Database application
Matías Szeftel
mszeftel at yahoo.com.ar
Thu Apr 12 15:03:25 PDT 2007
Franco Amato escribió:
> Hi to all..
> I have to write a distribuite application: lot of computer in a net
> must read or write records in a database.
> I never had something like this. Can I have an help or example?
> Kind Regards
> Frank
You might want to use DatabaseLayer (it's at wxCode). It has support for
a number of database backends.
You also might want to try wxActiveRecordGenerator (which I maintain :),
also at wxCode ). I'm making a new release right now (release candidate
for now actually). 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 backends since it allows
multiple users and transactions.
Regards, Matías
More information about the wx-users
mailing list