Renamed FWD_ONLY_CURSORS to wxODBC_FWD_ONLY_CURSORS to avoid conflicts with other libraries. The setting for this define will be included in the setup.h files so that people using the Remstar ODBC classes will now be able to use data sources/ODBC drivers that only support foward scrolling cursors (like dBase).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
1999-11-06 17:09:35 +00:00
parent b581c7e649
commit 78f071b6cc
2 changed files with 4 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ bool wxDB::Open(char *Dsn, char *Uid, char *AuthStr)
RETCODE retcode;
#ifndef FWD_ONLY_CURSORS
#if wxODBC_FWD_ONLY_CURSORS
// Specify that the ODBC cursor library be used, if needed. This must be
// specified before the connection is made.