ODBC support in wxwidgets 2.9.0 Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
elettronica67
Earned a small fee
Earned a small fee
Posts: 17
Joined: Sun Feb 17, 2008 8:22 pm

ODBC support in wxwidgets 2.9.0

Post by elettronica67 »

Hi to all,

is there any ODBC database function in 2.9.0 release of wxWidgets?

Thanks in advance
Paolo
TrV
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 630
Joined: Wed Jul 04, 2007 1:12 pm

Post by TrV »

ODBC support in 2.9.0? I may have dreamt, but i was thinking ODBC was supported for a very very long time... have a look to "install.txt" into <wxWidgets directory>\docs\<platform>\.
qgranfor
Experienced Solver
Experienced Solver
Posts: 89
Joined: Sun Aug 29, 2004 7:32 pm
Location: ND...USA
Contact:

Post by qgranfor »

wxODBC was removed in 2.9 if I recall correctly. So, I'm simply using OTL for my ODBC access.
TrV
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 630
Joined: Wed Jul 04, 2007 1:12 pm

Post by TrV »

Oh, yes? Well, 2.9.0 is really a weird version (until it will be marked as unstable, i won't even install it).
elettronica67
Earned a small fee
Earned a small fee
Posts: 17
Joined: Sun Feb 17, 2008 8:22 pm

Post by elettronica67 »

Hi, thanks to all for your answers, I don't have good experience in programming, so I apologyze for my basic questions. I think that I can use wxSQLite3 for my purposes. I don't need a real client-server service, so probably wxSQLite3 is good for me.
I will test and report my experience on this topic.
Paolo
qgranfor
Experienced Solver
Experienced Solver
Posts: 89
Joined: Sun Aug 29, 2004 7:32 pm
Location: ND...USA
Contact:

Post by qgranfor »

Ah, I've had good luck in the past when I used wxSQLite3 in some other projects of mine.
elettronica67
Earned a small fee
Earned a small fee
Posts: 17
Joined: Sun Feb 17, 2008 8:22 pm

Post by elettronica67 »

Sqlite3 works really fine, I have tested also the wrapper wxSqlite3 for compiling this good library using the wxWidgets graphic objects and all works fine.
Thanks to all
Paolo
Post Reply