Data base app with wxWidgets 3.x

In this forum you can discuss database related issues which can be wxWidgets related, but also generic in nature.
Post Reply
haroldjpa
Knows some wx things
Knows some wx things
Posts: 25
Joined: Mon Oct 16, 2006 11:43 pm

Data base app with wxWidgets 3.x

Post by haroldjpa »

Hello everyone

How can i do a Database app with wxWidgets 3.x whether wxODBC does not exist in that version ?

for example:

What is the way to... ?

wxApp with postgresql
wxApp with MySQL
wxApp with MSAcces

Thanks a lot :D
Si sabes espa
User avatar
doublemax
Moderator
Moderator
Posts: 19102
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Data base app with wxWidgets 3.x

Post by doublemax »

You don't really need a wxWidgets specific library to access a database. Any C/C++ library should do.

http://wiki.wxwidgets.org/WxFAQ#wxODBC_ ... natives.3F
Use the source, Luke!
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2408
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Re: Data base app with wxWidgets 3.x

Post by evstevemd »

Did you had a look at wxDatabase?
https://github.com/mtangoo/wxDatabase
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
Post Reply