wxWidgets 2.8.9 ODBC support
wxWidgets 2.8.9 ODBC support
Anybody has compiled a project on Windows width ODBC support?
2.8.8 works well.
2.8.8 works well.
-
- Earned a small fee
- Posts: 16
- Joined: Tue Jul 31, 2007 6:19 pm
ODBC support is being dropped. Between that and some problems I found with it, I started using Databaselayer.
realy? Is that means than I can't use wxODBC + wxDB in 2.8.9 version of wxWidgets for working with MS SQL2005( e.g. ).skirkpatrick wrote:ODBC support is being dropped. Between that and some problems I found with it, I started using Databaselayer.
sorry for bad english.
-
- Earned a small fee
- Posts: 16
- Joined: Tue Jul 31, 2007 6:19 pm
- tierra
- Site Admin
- Posts: 1343
- Joined: Sun Aug 29, 2004 7:14 pm
- Location: Salt Lake City, Utah, USA
- Contact:
You could, and wxODBC will continue to be included in future 2.8.x releases, but it will not be included anymore in any future 2.9.x or 3.0.x releases, so it's not recommended that you use it.m1t0z wrote:realy? Is that means than I can't use wxODBC + wxDB in 2.8.9 version of wxWidgets for working with MS SQL2005( e.g. ).
So how database access will be performed in 2.9.x and 3.0.x?tierra wrote:You could, and wxODBC will continue to be included in future 2.8.x releases, but it will not be included anymore in any future 2.9.x or 3.0.x releases, so it's not recommended that you use it.m1t0z wrote:realy? Is that means than I can't use wxODBC + wxDB in 2.8.9 version of wxWidgets for working with MS SQL2005( e.g. ).
Will Databaselayer included into 2.9.x and 3.0.x to do that?
- tierra
- Site Admin
- Posts: 1343
- Joined: Sun Aug 29, 2004 7:14 pm
- Location: Salt Lake City, Utah, USA
- Contact:
There isn't any official replacement for wxODBC unfortunately. There was a call for wxODBC maintainers to help update wxODBC for the necessary wxString changes made in wxWidgets 2.9/3.0 on more than one occasion in the last 2 years, and no-one was willing to do that update. Since no-one was willing to take it on, it was decided that it would be better to release wxWidgets 3.0 without wxODBC than to release it with a busted wxODBC library. It's very likely that in order to fix up wxODBC to work with the wxString changes, that ABI compatibility would need to be broken, and that can't happen in a stable release. It's simply better to remove it entirely than leave a busted library in wxWidgets, especially since no-one was willing to maintain the library, and we may never find anyone.RomanV wrote:So how database access will be performed in 2.9.x and 3.0.x?
Will Databaselayer included into 2.9.x and 3.0.x to do that?
Anyway, Databaselayer will not be included in wxWidgets 3.0, but that doesn't stop you from using it. In fact, it was suggested that if anyone really did want to bring wxODBC back, it will simply just need to find a home on wxCode (along with Databaselayer) instead of in the official library.