What's the recommended database component?

In this forum you can discuss database related issues which can be wxWidgets related, but also generic in nature.
Post Reply
Lectus
In need of some credit
In need of some credit
Posts: 6
Joined: Mon Nov 14, 2011 8:30 pm

What's the recommended database component?

Post by Lectus »

Hi!
I like wxWidgets and I'd like to begin creating database applications with it.
So, I have a few questions:

1) What's the recommended library if I want to use Sqlite3? Is it wxSqlite3 or databaselayer (it may be worth learning if I plan to migrate to something like MySql?)
2) How do I build databaselayer on Linux/GCC and Windows/Mingw?

Thanks
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Re: What's the recommended database component?

Post by Auria »

I cannot tell you which one is most appropriate for you, but also check http://debea.net/trac/wiki/WxDba
"Keyboard not detected. Press F1 to continue"
-- Windows
Lectus
In need of some credit
In need of some credit
Posts: 6
Joined: Mon Nov 14, 2011 8:30 pm

Re: What's the recommended database component?

Post by Lectus »

Thanks.
WxDba looks good, but I'm having trouble compiling it.
Is there any guide?
Post Reply