Hi all!
I'm writing pocket pc application with vs2008, started two days ago and still sqlite doesn't work. I went through all that stuff described in forum:
1. I created sqlite database with designer, and when i deployed to windows emulator got Interop.dll error, so i add dll to my project as content and hit copy always. That did the trick
2. Then I was facing could not open database problem, so i again copied database to project as content, and my connection string look now like this "data source=flspeedmobiledb" and i stop receiving that error
Finally now i'm gettin exception SQLiteError no such table while i'm sure that table exists.
Really need help with this :(
Adrian
P.S sorry if my english is bad