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.
-
elettronica67
- Earned a small fee

- Posts: 17
- Joined: Sun Feb 17, 2008 8:22 pm
Post
by elettronica67 » Mon Feb 01, 2010 9:31 pm
Hi to all,
is there any ODBC database function in 2.9.0 release of wxWidgets?
Thanks in advance
Paolo
-
TrV
- Ultimate wxWidgets Guru

- Posts: 630
- Joined: Wed Jul 04, 2007 1:12 pm
Post
by TrV » Mon Feb 01, 2010 10:23 pm
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

- Posts: 89
- Joined: Sun Aug 29, 2004 7:32 pm
- Location: ND...USA
-
Contact:
Post
by qgranfor » Tue Feb 02, 2010 5:41 pm
wxODBC was removed in 2.9 if I recall correctly. So, I'm simply using OTL for my ODBC access.
-
TrV
- Ultimate wxWidgets Guru

- Posts: 630
- Joined: Wed Jul 04, 2007 1:12 pm
Post
by TrV » Tue Feb 02, 2010 6:12 pm
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

- Posts: 17
- Joined: Sun Feb 17, 2008 8:22 pm
Post
by elettronica67 » Tue Feb 02, 2010 9:31 pm
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

- Posts: 89
- Joined: Sun Aug 29, 2004 7:32 pm
- Location: ND...USA
-
Contact:
Post
by qgranfor » Tue Feb 02, 2010 9:55 pm
Ah, I've had good luck in the past when I used wxSQLite3 in some other projects of mine.
-
elettronica67
- Earned a small fee

- Posts: 17
- Joined: Sun Feb 17, 2008 8:22 pm
Post
by elettronica67 » Fri Feb 26, 2010 11:49 am
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