List:Commits« Previous MessageNext Message »
From:pharvey Date:July 21 2006 12:22am
Subject:Connector/ODBC 5 commit: r456 - trunk/examples/CPP/7/ADO
View as plain text  
Modified:
   trunk/examples/CPP/7/ADO/main.cpp
Log:


Modified: trunk/examples/CPP/7/ADO/main.cpp
===================================================================
--- trunk/examples/CPP/7/ADO/main.cpp	2006-07-20 23:59:17 UTC (rev 455)
+++ trunk/examples/CPP/7/ADO/main.cpp	2006-07-21 00:22:58 UTC (rev 456)
@@ -17,7 +17,9 @@
     \note       Before using this code you will want to;
                 - create the tbAdo table (see code comments later in this file)
                 - create the insAdo stored procedure (see code comments later in this
file)
-                - create a DSN (to tbAdo and insAdo)
+                - create a DSN (to tbAdo and insAdo) - for MyODBC you may want to use
following options;
+                        - allow big results
+                        - use compressed protocol
                 - alter the connection information in the code below
 
     \warning    Do not use this in a production environment or in any environment where
you may suffer

Thread
Connector/ODBC 5 commit: r456 - trunk/examples/CPP/7/ADOpharvey21 Jul