Link to home
Start Free TrialLog in
Avatar of rmmarsh
rmmarshFlag for United States of America

asked on

Where is sqlite.exe?

This is probably a really lame question, but where do I download sqlite.exe from?  I look at the SQLite site download page, and I don't see it...
Avatar of cyberkiwi
cyberkiwi
Flag of New Zealand image

Jump down to

Precompiled Binaries For Windows
at
http://www.sqlite.org/download.html
But that is a console version

This one may help you more

http://sourceforge.net/projects/sqlitebrowser/
Avatar of rmmarsh

ASKER

When I installed the ADO .NET API, it seems to have installed the database engine also, although I don't see sqlite.exe.  I ran the  SQLite Test Application, and everything passed, so I assume the engine is there... am I wrong?


ASKER CERTIFIED SOLUTION
Avatar of cyberkiwi
cyberkiwi
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rmmarsh

ASKER

OK... I understand that now... so, do I just include the System.Data.SQLite.dll as a reference in VS 2008, and I'm good to go?
That's the plan!
Happy coding
Avatar of rmmarsh

ASKER

Thank you...