vote up 4 vote down star
1

Any one know decent way to reference a SQLite database using the above mentioned tools? I tried using ODBC (the SQLite driver) but while the connection is good, I get no data returned. Like I can't see any tables in Data Connection (VS 2008). Is there a better way?

Edit: corrected typos

flag

8 Answers

vote up 4 vote down check

You should really check out the ADO.Net provider at http://sqlite.phxsoftware.com/ Top notch stuff.

link|flag
vote up 3 vote down

Have you tried the ADO driver for SQLite?

There is a great quick start guide (thanks to another thread here) that you can get here: http://www.mikeduncan.com/sqlite-on-dotnet-in-3-mins

link|flag
vote up 0 vote down

What other thread? I did a search on "SQLite" and only came up with 3 threads (before posing this question). I ask cause maybe the search was incorrect?

Oh and thanks bunch for the link.

link|flag
vote up 0 vote down

I was sure I got that link from here just yesterday since I e-mailed myself the link right away from work. Maybe I got it from a recent blog entry or something...Either way, the link is great. Glad I could be of help. 8^D

link|flag
vote up -1 vote down

Why is Silverlight included in the question title? SQLLite is not yet ported to Silverlight 2, and what you do on the server side doesn't really matter for the Silverlight client application.

link|flag
vote up 0 vote down

Something else I didn't know.

link|flag
vote up 0 vote down

Dillie-O: The link was originally posted by Sven, and this is the other Thread you were searching ;-)

link|flag
vote up 3 vote down

Joel Lucsy: That implementation of SQLite is a mixed-mode assembly which is not supported by Silverlight. Only a pure managed implementation would work under the Silverlight CLR.

link|flag
yeah, i had the same issue – jcollum Jan 24 '09 at 0:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.