]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxODBC_FWD_ONLY_CURSORS to allow for drivers/data sources that only support...
authorGeorge Tasker <gtasker@allenbrook.com>
Sat, 6 Nov 1999 17:50:34 +0000 (17:50 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Sat, 6 Nov 1999 17:50:34 +0000 (17:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/setup0.h
include/wx/gtk1/setup0.h
include/wx/mac/setup.h
include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/os2/setup0.h
include/wx/stubs/setup.h

index 56309bccfa5be226bc2284d176895bf9a9c03e9f..cca48903c0728ed27ae88ff4a15e7fd27a06573d 100644 (file)
  * Use iODBC
  */
 #define wxUSE_ODBC 0
+#define wxODBC_FWD_ONLY_CURSORS 1
 /*
  * Use Threads
  */
index 56309bccfa5be226bc2284d176895bf9a9c03e9f..cca48903c0728ed27ae88ff4a15e7fd27a06573d 100644 (file)
  * Use iODBC
  */
 #define wxUSE_ODBC 0
+#define wxODBC_FWD_ONLY_CURSORS 1
 /*
  * Use Threads
  */
index 2498112208ca023be06182f41867ff44d84d7575..a538bafcb000a05de07927a250d584ba33134f60 100644 (file)
 #define wxUSE_C_MAIN 0
                                   // Set to 1 to use main.c instead of main.cpp (UNIX only)
 
-#define wxUSE_ODBC                   0
-                                    // Define 1 to use ODBC classes
+#define wxUSE_ODBC                0
+                                  // Define 1 to use ODBC classes
+
+#define wxODBC_FWD_ONLY_CURSORS   1
+                                  // Some databases/ODBC drivers only allow forward scrolling cursors.
+                                  // Unless you specifically want to use backward scrolling
+                                  // cursors, and you know that all of the databases/ODBC drivers
+                                  // that you will use these odbc classes with allow backward 
+                                  // scrolling cursors, this setting should remain set to 1
+                                  // for maximum database/driver compatibilty
+
+
 
 #define wxUSE_IOSTREAMH     0
                                   // VC++ 4.2 and above allows <iostream> and <iostream.h>
index 24dd35bd963defbc5638da65826822048794648a..d90ef467d108e02c426f6f71f316e3338a16bad8 100644 (file)
@@ -77,6 +77,7 @@
  * Use iODBC
  */
 #define wxUSE_ODBC 0
+#define wxODBC_FWD_ONLY_CURSORS 1
 /*
  * Use Threads
  */
index d853492a2b89ffcdbf885a5a0d0f4346a7e04326..a9e132d600afe2d334961fe6afdf13ea730190f1 100644 (file)
 #define wxUSE_ODBC          0
                                 // Define 1 to use ODBC classes
 
+#define wxODBC_FWD_ONLY_CURSORS 1
+                                // Some databases/ODBC drivers only allow forward scrolling cursors.
+                                // Unless you specifically want to use backward scrolling
+                                // cursors, and you know that all of the databases/ODBC drivers
+                                // that you will use these odbc classes with allow backward 
+                                // scrolling cursors, this setting should remain set to 1
+                                // for maximum database/driver compatibilty
+
 #ifndef __MWERKS__
 #define wxUSE_IOSTREAMH     1
 #else
index f3c14fe1238d1f8167a721171524642a2a02c3a0..802b4b91da74d7f93ba3430d0ff2f905c7b65875 100644 (file)
                                   // Set this to 0 if your compiler can't cope
                                   // with omission of prototype parameters.
 
-#define wxUSE_ODBC                   0
-                                    // Define 1 to use ODBC classes
+#define wxUSE_ODBC                0
+                                  // Define 1 to use ODBC classes
+
+#define wxODBC_FWD_ONLY_CURSORS   1
+                                  // Some databases/ODBC drivers only allow forward scrolling cursors.
+                                  // Unless you specifically want to use backward scrolling
+                                  // cursors, and you know that all of the databases/ODBC drivers
+                                  // that you will use these odbc classes with allow backward 
+                                  // scrolling cursors, this setting should remain set to 1
+                                  // for maximum database/driver compatibilty
 
 #define wxUSE_IOSTREAMH     1
                                   // VC++ 4.2 and above allows <iostream> and <iostream.h>
index c11c00ae6181a70379c27d9cbf104edcb7217198..b7916189034a2f54a693a0d91c9b97a43522ff53 100644 (file)
 #define wxUSE_C_MAIN 0
                                   // Set to 1 to use main.c instead of main.cpp (UNIX only)
 
-#define wxUSE_ODBC                   0
-                                    // Define 1 to use ODBC classes
+#define wxUSE_ODBC                0
+                                  // Define 1 to use ODBC classes
+
+#define wxODBC_FWD_ONLY_CURSORS   1
+                                  // Some databases/ODBC drivers only allow forward scrolling cursors.
+                                  // Unless you specifically want to use backward scrolling
+                                  // cursors, and you know that all of the databases/ODBC drivers
+                                  // that you will use these odbc classes with allow backward 
+                                  // scrolling cursors, this setting should remain set to 1
+                                  // for maximum database/driver compatibilty
+
 
 #define wxUSE_IOSTREAMH     1
                                   // VC++ 4.2 and above allows <iostream> and <iostream.h>