Menu

#5 Connection will not reference the sqlite3.dll

closed
nobody
5
2004-12-11
2004-12-01
Anonymous
No

Maybe I am doing something wrong, but I cannot get it
to see the sqlite3.dll. Should I add something to the
connectionstring to tell it which dll to use? I added the
sqlite3.dll to the project/bin/debug folder and still
nothing.

I want to open a sqlite 3 database because it has blob
data I need to read. Does the .NET library allow blobs?

Any sample code of how to connect to a v3 database
and stream the blob data in a field would be helpful.

Thanks.

Discussion

  • Alexander Gavrilov

    • status: open --> closed
     
  • Alexander Gavrilov

    Logged In: YES
    user_id=1000441

    You have to add 'Version=3' to the connection string.

     

Log in to post a comment.