Re: [sqlite] SQLite C++

2008-05-29 Thread Darko Miletic
dcharno wrote: >>> Is there any future plan to develop sqlite in C++. >>> >> Why would anybody want to do that? > > Maybe he is looking for a C++ wrapper for Sqlite. Than look no further. SOCI is the definite sqlite c++ wrapper. http://soci.sourceforge.net/ _

Re: [sqlite] SQLite C++

2008-05-29 Thread Darko Miletic
Rajesh Nair wrote: > Hi > > Is there any future plan to develop sqlite in C++. > Why would anybody want to do that? ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Sqlite on RAM

2008-05-27 Thread Darko Miletic
Hildemaro Carrasquel wrote: > Hello.- > > How do i do for running on RAM? > For windows the easiest thing to do would be setting up the ram disk and store database there. http://www.freeramdisk.com/ ___ sqlite-users mailing list sqlite-users@sqlite

Re: [sqlite] Cannot get amalgamation built from CVS to compile

2008-05-06 Thread Darko Miletic
Samuel Neff wrote: > We're trying to build an amalgamation from CVS to use within our application > for the first time. However, when we try to compile we get an error on this > line: > > > #ifdef HAVE_STDINT_H > #include > #endif > > fatal error C1083: Cannot open include file: 'stdint.h': No

[sqlite] Question about using sqlite database located on shared folder

2008-04-19 Thread Darko Miletic
preventing any other client to do reading/writing. Is there a way to detect this situation and what would be the remedy? Please do not respond me with use client/server database. This investigation is only related to sqlite usage. Thanks in advance, Darko Miletic