Update of /cvsroot/q-lang/q/modules/odbc/examples
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv727/modules/odbc/examples
Modified Files:
odbc_examp.q
Log Message:
cosmetic changes
Index: odbc_examp.q
===================================================================
RCS file: /cvsroot/q-lang/q/modules/odbc/examples/odbc_examp.q,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** odbc_examp.q 12 Feb 2008 02:05:17 -0000 1.8
--- odbc_examp.q 12 Feb 2008 02:26:54 -0000 1.9
***************
*** 25,28 ****
--- 25,31 ----
// connect to an existing MS access database (Windows)
+ // Uncomment this line to make the script work with MS Access.
+ //fields DESC = join "," (map (sprintf "\"%s\" %s") DESC);
+
/****************************************************************************/
***************
*** 92,97 ****
(NAME,params DESC);
- // try this with MS Access
- //fields DESC = join "," (map (sprintf "\"%s\" %s") DESC);
fields DESC = join "," (map (sprintf "%s %s") DESC);
--- 95,98 ----
|