Database application

Matías Szeftel mszeftel at yahoo.com.ar
Sat Apr 14 08:29:49 PDT 2007


Mohd Radzi Ibrahim escribió:
> ----- Original Message ----- From: "Milan Babuskov" <milanb at panonnet.net>
> To: <wx-users at lists.wxwidgets.org>
> Sent: Saturday, April 14, 2007 5:54 AM
> Subject: Re: Database application
>
>
>> Matías Szeftel wrote:
>>> It  will let you generate all the code to interact
>>> with the database (supports MySql, PostgreSQL, Firebird and Sqlite).
>>> You
>>> probably are looking for one of the first two
>>
>> THREE
>>
>>> backends since it allows
>>> multiple users and transactions.
>>
>> Firebird also supports multiple users and transactions. MySQL doesn't
>> support transactions with all storage engines so beware. I recommend
>> choosing between Firebird and PostgreSQL as MySQL is not really free
>> for commercial applications (it is free as in speach, but not as in
>> beer).
>>
>
> How about  SQLite and wxSQLite ? Is there any reservation against it?
Of course not. Sqlite is great for embedded programs.
But he was asking for a multi user backend.

Btw, wxARG also supports Sqlite :).

Regards, Matías




More information about the wx-users mailing list