Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Using System.Data.SQLite from the new site

Using System.Data.SQLite from the new site

Scheduled Pinned Locked Moved Database
sqlitecomquestionworkspace
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pascal Ganaye
    wrote on last edited by
    #1

    Anyone has managed to use the latest System.Data.SQLite? The original site http://sqlite.phxsoftware.com/[^] now redirects to a new site. The trouble is that the new site is very austere, it describes itself as Fossil, sadly this is a well chosen name. There is no setup file to download like before, only source. Building is more complicated that it looks and the documentation is at best hard to follow. I am starting to wonder now whether it is a good think or not that the project went open source. Puzzled.

    W 1 Reply Last reply
    0
    • P Pascal Ganaye

      Anyone has managed to use the latest System.Data.SQLite? The original site http://sqlite.phxsoftware.com/[^] now redirects to a new site. The trouble is that the new site is very austere, it describes itself as Fossil, sadly this is a well chosen name. There is no setup file to download like before, only source. Building is more complicated that it looks and the documentation is at best hard to follow. I am starting to wonder now whether it is a good think or not that the project went open source. Puzzled.

      W Offline
      W Offline
      Wendelius
      wrote on last edited by
      #2

      As far as I see it seems that there's somekind of transition going on (http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki[^]). Based on the info on the downloads page new versions should become available in the future. Another site that has the SQLite ADO provider is http://sourceforge.net/projects/sqlite-dotnet2/[^]. Have you tried downloading from there?

      The need to optimize rises from a bad design.My articles[^]

      P 1 Reply Last reply
      0
      • W Wendelius

        As far as I see it seems that there's somekind of transition going on (http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki[^]). Based on the info on the downloads page new versions should become available in the future. Another site that has the SQLite ADO provider is http://sourceforge.net/projects/sqlite-dotnet2/[^]. Have you tried downloading from there?

        The need to optimize rises from a bad design.My articles[^]

        P Offline
        P Offline
        Pascal Ganaye
        wrote on last edited by
        #3

        Indeed, this is probably a transition issue. In the meantime it is frustrating for users that can't, don't have the time or simply don't know how to compile C++. I was sort of hoping by posting here to find someone that had done it already. I thought the other site was complete other implementation. You're right I could go for it, the risk in all of this would be to go for a project that won't be maintained in the future. Do you think this project is better?

        W 1 Reply Last reply
        0
        • P Pascal Ganaye

          Indeed, this is probably a transition issue. In the meantime it is frustrating for users that can't, don't have the time or simply don't know how to compile C++. I was sort of hoping by posting here to find someone that had done it already. I thought the other site was complete other implementation. You're right I could go for it, the risk in all of this would be to go for a project that won't be maintained in the future. Do you think this project is better?

          W Offline
          W Offline
          Wendelius
          wrote on last edited by
          #4

          I'm sorry to say but I haven't used SQLite for ages so my current knowledge is mainly out-of-date. But I guess that if you design the db interface well, changing the library afterwards won't be so big issue. Most likely this means that you would create different kind of wrappers for db operations, such as a common method for executing a command or querying the db etc. This way you won't have so many places to change if the library is changed.

          The need to optimize rises from a bad design.My articles[^]

          P 1 Reply Last reply
          0
          • W Wendelius

            I'm sorry to say but I haven't used SQLite for ages so my current knowledge is mainly out-of-date. But I guess that if you design the db interface well, changing the library afterwards won't be so big issue. Most likely this means that you would create different kind of wrappers for db operations, such as a common method for executing a command or querying the db etc. This way you won't have so many places to change if the library is changed.

            The need to optimize rises from a bad design.My articles[^]

            P Offline
            P Offline
            Paul Shaffer
            wrote on last edited by
            #5

            I have had to give up on the broken official version and I have my own version here: https://github.com/PaulS/SQLiteDotNetProvider It has most of the code changes from the official version, but will still build. (There are almost no changes.) Their version has missing files, and won't build an install. It's really about the same as 1.0.66, but compiles with sqlite 3.7.5. When the official version is working again I would probably go with that.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups