Fixed reversed logic on wxODBC_FWD_ONLY_CURSORS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e3baecd7d6
commit
ac99a98ff0
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ bool wxDB::Open(char *Dsn, char *Uid, char *AuthStr)
|
|||
|
||||
RETCODE retcode;
|
||||
|
||||
#if wxODBC_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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue