From: George H. <geo...@us...> - 2006-08-21 15:00:46
|
Update of /cvsroot/win32forth/win32forth/demos/ADO In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6058/win32forth/demos/ADO Modified Files: EX_Connstr.f Log Message: gah:Modified to use prepend<home>\\ to locate directory Index: EX_Connstr.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/demos/ADO/EX_Connstr.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EX_Connstr.f 19 Aug 2006 02:37:16 -0000 1.1 --- EX_Connstr.f 21 Aug 2006 15:00:26 -0000 1.2 *************** *** 17,21 **** \ this may need to be changed to where ever the test database is. ! s" DBQ=C:\Program Files\Win32forth\demos\ADO\test.mdb" connstr +place --- 17,22 ---- \ this may need to be changed to where ever the test database is. ! s" DBQ=" connstr +place ! s" demos\ADO\test.mdb" prepend<home>\ connstr +place |