--- sql/odbc/INSTALL 2002/02/08 11:24:21 1.1 +++ sql/odbc/INSTALL 2008/06/26 16:31:22 1.4 @@ -2,21 +2,21 @@ 1.What is the process to compile Parser3 ODBC driver? - Start Microsoft Visual Studio 6.0+ - open parser3odbc.dsw workspace. + Start Microsoft Visual Studio + open parser3odbc.sln solution. Select build option "parser3odbc - Win32 Release" and build the project. -2.What is the process to install Parser3 MySQL driver? +2.What is the process to install Parser3 ODBC driver? - Copy \parser3project\odbc\Release\parser3odbc.dll to the directory + Copy \parser3project\sql\odbc\Release\parser3odbc.dll to the directory where you decided to store Parser3 SQL drivers. NOTE: make sure that Parser3 main configuration file, - $prefix/etc/parser3.conf + $prefix/etc/auto.p has in $SQL[...] configuration section a line like this: odbc C:\Inetpub\parser3sqldrivers\parser3odbc.dll @@ -28,4 +28,4 @@ odbc C:\Inetpub\parser3sqldrivers\parser Alexandr Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.1 2002/02/08 11:24:21 paf Exp $ +$Id: INSTALL,v 1.4 2008/06/26 16:31:22 misha Exp $