Annotation of sql/odbc/INSTALL, revision 1.3
1.1 paf 1: 0.You must build this under \parser3project directory.
2:
3: 1.What is the process to compile Parser3 ODBC driver?
4:
1.2 misha 5: Start Microsoft Visual Studio
1.3 ! misha 6: open parser3odbc.sln solution.
1.1 paf 7:
8: Select build option "parser3odbc - Win32 Release"
9: and build the project.
10:
11:
12: 2.What is the process to install Parser3 MySQL driver?
13:
14: Copy \parser3project\odbc\Release\parser3odbc.dll to the directory
15: where you decided to store Parser3 SQL drivers.
16:
17: NOTE:
18: make sure that Parser3 main configuration file,
1.2 misha 19: $prefix/etc/auto.p
1.1 paf 20: has in $SQL[...] configuration section a line like this:
21:
22: odbc C:\Inetpub\parser3sqldrivers\parser3odbc.dll
23:
24: which specifies
25: protocol name
26: path to Parser 'parser3odbc' dynamic library
27:
28:
29: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
30:
1.3 ! misha 31: $Id: INSTALL,v 1.2 2007/02/19 11:05:26 misha Exp $
E-mail: