Hello people i've been struggling to use sqlite in my C#2.0 application and i, ve finally decided to get rid of assumptions and ask really basic questions.when i created a database say iagency with table users, from external tools like firefox plugging and another sqladmin tool i can't query it from sqlicommand inside vs2005.it displays "System.Data.SQLite.SQLiteException:Sqlite Error no such table users " please be assured that i've made reference to system.data.sqlite installed with SQLite-1.0.61.0-setup
when i do the opposite like create a database and a table from vs server explorer and vs database gui tools it can't be queried netheir but can be seen by other tools. but tables created through query from vs using stringbuilder eg create table bla bla.it can be display in a datagrid but none of the tools can see and display that table
WHAT DO I NEED EXACTLY TO MAKE SQLITE WORK IN MY APPLICATION?
i've tried to add sqlite3.dll of sqlitedll-3_6_14.zip downloaded from sqlite site under section precompiled binaries for windows as reference to my application but it fails "make sure it's accessible an it's a valid assembly or com component.