[q-lang-cvs] q ChangeLog,1.323,1.324
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-12 02:25:37
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32760 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q/ChangeLog,v retrieving revision 1.323 retrieving revision 1.324 diff -C2 -d -r1.323 -r1.324 *** ChangeLog 12 Feb 2008 02:06:20 -0000 1.323 --- ChangeLog 12 Feb 2008 02:25:32 -0000 1.324 *************** *** 1,10 **** 2008-02-12 Albert Graef <Dr....@t-...> * modules\odbc\examples\odbc_examp.q: fixes for compatibility with MS Access ! Uncomment line 95 in odbc_examp.q to make this example work with ! MS Access. (Note that you first need to create an ODBC data source ! named "myodbc" before you can initialize the sample tables.) 2008-02-12 Albert Graef <Dr....@t-...> --- 1,16 ---- 2008-02-12 Albert Graef <Dr....@t-...> + + 7.11 RC2 + * modules\odbc\examples\odbc_examp.q: fixes for compatibility with MS Access ! Unfortunately this isn't automatic yet, as the current workaround ! doesn't work with other databases, but there's a single line in ! the config section at the beginning of odbc_examp.q which you can ! uncomment to make this example work with MS Access on Windows. ! Note that you also have to create an ODBC data source named ! "myodbc" before you can initialize the sample tables with the ! 'init' routine. 2008-02-12 Albert Graef <Dr....@t-...> |