On 5 Oct 2015, at 11:02pm, Steave Njinwoua <n.steave at gmail.com> wrote:

> 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.

Split the problem into two.

1) Learn SQL syntax and test your knowledge.
2) Learn how to use C# to execute SQL commands.

To do (1) download the SQLite command-line tool from the SQLite downlaod page.  
This will let you play with SQL without having to debug your own C# code.  Once 
you have more confidence with SQL commands you can try using C# to call them.

Simon.

Reply via email to