[q-lang-cvs] q/modules/odbc/examples odbc_examp.q,1.6,1.7
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-12 01:15:21
|
Update of /cvsroot/q-lang/q/modules/odbc/examples In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4224/odbc/examples Modified Files: odbc_examp.q Log Message: fixes for MS Access compatibility Index: odbc_examp.q =================================================================== RCS file: /cvsroot/q-lang/q/modules/odbc/examples/odbc_examp.q,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** odbc_examp.q 15 Jun 2006 07:26:57 -0000 1.6 --- odbc_examp.q 12 Feb 2008 01:15:11 -0000 1.7 *************** *** 92,96 **** (NAME,params DESC); ! fields DESC = join "," (map (sprintf "%s %s") DESC); params DESC = join "," (map (cst "?") DESC); --- 92,96 ---- (NAME,params DESC); ! fields DESC = join "," (map (sprintf "\"%s\" %s") DESC); params DESC = join "," (map (cst "?") DESC); |