Vinnie pisze:
>> From: wiktor <siri...@o2.pl>
>> Subject: [sqlite] Newbie question about using SQLite with
>> Windows Forms application (VS 2005 C++)
>> I'm trying to build a win form application that uses
>> sqlite. I have problems with making it  work. I would like
>> to have the sqlite source included in my project (as .h file
>> or dll) - sth similar to (but done by a function)
>> http://www.sqlite.org/quickstart.html. As I have read on
>> internet sources it shall be possible. 
>>     
>
> I have never used Windows Forms but from what I understand it is a user 
> interface toolkit for .NET. So you will need to access SQLite from .NET. 
> There are a few ways of going about this.
>
> Here is one .NET wrapper for SQLite:
> http://www.phpguru.org/static/SQLite.NET.html
>
> The SQLite website has some instructions for building SQLite with Visual 
> Studio .NET:
> http://www.sqlite.org/cvstrac/wiki?p=HowToCompileWithVsNet
>
> Hope this helps!
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   
Hi Vinnie,

thank you for your links. Unfortunately, I am not familiar with .NET and 
looking for sht more C++ like ;) Here is the solution which I was 
provided elsewhere:

http://support.microsoft.com/kb/920770

and after installing the hotfix you shall use this link:

http://news.thedigitalmachine.com/2007/03/28/set-up-sqlite-static-lib-and-a-c-wrapper-in-15-minutes/comment-page-1/#comment-12136

In my machine everything works fine. Since, I am a begginer in sqlite, 
can you tell me what is the role of wrappers? From what I have read at 
sqlite.org it is possible to fetch the data from database by executing 
sqlite_open, sqlite_exec and sqlite_close.Am I wrong?

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

Reply via email to