C# sqlite

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rottmanj
    New Member
    • Jan 2008
    • 46

    C# sqlite

    I am working on an application that requires a bit of information to be stored on the server. Instead for forcing the user to install sql express, I would rather use sql lite.

    Does anyone know of a way to implement sql lite with c# or if it is even possible?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    are you facing any problem in connecting c# to sql lite ?

    Comment

    • rottmanj
      New Member
      • Jan 2008
      • 46

      #3
      At this point, I haven't found anything that shows if it is even possible.

      Trying to find an example of how it could be done.

      Comment

      • Curtis Rutland
        Recognized Expert Specialist
        • Apr 2008
        • 3264

        #4
        Well, I would say use ODBC, but that's not a good solution if you will be distributing this application across multiple computers.

        But from what I've read (and I've never used this, so take it for what it's worth)
        you can use this provider and this connection string.

        Try it out and let us know.

        Comment

        • softwerx
          New Member
          • Nov 2008
          • 1

          #5
          I believe you'll find all the information you need right here:

          http://sqlite.phxsoftw are.com/

          Comment

          Working...