--- sql/odbc/INSTALL 2007/02/19 11:05:26 1.2 +++ sql/odbc/INSTALL 2013/07/07 16:31:43 1.5 @@ -1,31 +1,26 @@ 0.You must build this under \parser3project directory. -1.What is the process to compile Parser3 ODBC driver? +1.What is the process to compile Parser3 ODBC driver? Start Microsoft Visual Studio - open parser3odbc.vcproj project. + 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/auto.p + make sure that Parser3 main configuration file, $prefix/bin/auto.p has in $SQL[...] configuration section a line like this: odbc C:\Inetpub\parser3sqldrivers\parser3odbc.dll - which specifies + which specifies protocol name path to Parser 'parser3odbc' dynamic library - -Alexandr Petrosian (http://paf.design.ru) - -$Id: INSTALL,v 1.2 2007/02/19 11:05:26 misha Exp $ +$Id: INSTALL,v 1.5 2013/07/07 16:31:43 moko Exp $