SQLite Forum

SQLite ODBC
Login
Thank you.

I am using C#. I can load SQLite3.dll from a desired/specified location successfully. 

How do I execute an SQL statement? (I assume I'd use sqlite3_exec) 

A worked example or a URL showing how it is done would be very useful.