]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/db.cpp
Fixed reversed logic on wxODBC_FWD_ONLY_CURSORS.
[wxWidgets.git] / src / common / db.cpp
index c356007e1f537cdf2b98332b45c86c73dbc3b03d..4f9cd1dc4134def13bc628d0ec6efd2f8e6bfb0c 100644 (file)
@@ -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.