On 13 May 2012, at 12:19pm, Ofer Ebert <ofer.eb...@bioness.co.il> wrote:

> I need to handle an sql database in my metro application (Windows 8) can I
> do it and how I use it from a c# application.

Download the SQLite C amalgamation library from

<http://www.sqlite.org/download.html>

and include the .c and .h files in your project.  Make sure that your compiler 
knows that .c files are C programs, not C++ programs.  Documentation for the C 
calls is here:

<http://www.sqlite.org/c3ref/funclist.html>

Getting started same program is here:

<http://www.sqlite.org/quickstart.html>

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to