Hi every one, I'm a beginner with sqlite and I'm a C# programmer.
Ive seen the documentation on the c/c++ API but i've no Idea of how to implement that. I've downloaded the system.data.sqlite dlls which is working: I can open a connection, list the tables in an sql3 db... But as I tried more complicated queries they don't work which is normal because i dont know the sql syntax. I read that the sqlite3_prepare command transforms sql statements in sqlite "statements". As I know transact sql syntax, I would like to use this knowledge for managing sqlite db. AS anyone ever faces the same problem or can someone help ? Thanks in advance.