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/
_
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
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
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
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
5 matches
Mail list logo