Page 1 of 1

Data base app with wxWidgets 3.x

Posted: Tue Jul 15, 2014 5:06 pm
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

Re: Data base app with wxWidgets 3.x

Posted: Wed Jul 16, 2014 7:55 am
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

Re: Data base app with wxWidgets 3.x

Posted: Fri Feb 06, 2015 8:43 pm
by evstevemd
Did you had a look at wxDatabase?
https://github.com/mtangoo/wxDatabase