Annotation of sql/odbc/INSTALL, revision 1.5

1.1       paf         1: 0.You must build this under \parser3project directory.
                      2: 
1.5     ! moko        3: 1.What is the process to compile Parser3 ODBC driver?
1.1       paf         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: 
1.4       misha      11: 2.What is the process to install Parser3 ODBC driver?
1.1       paf        12: 
1.4       misha      13:   Copy \parser3project\sql\odbc\Release\parser3odbc.dll to the directory
1.1       paf        14:   where you decided to store Parser3 SQL drivers.
                     15: 
                     16:   NOTE:
1.5     ! moko       17:   make sure that Parser3 main configuration file, $prefix/bin/auto.p
1.1       paf        18:   has in $SQL[...] configuration section a line like this:
                     19: 
                     20: odbc   C:\Inetpub\parser3sqldrivers\parser3odbc.dll
                     21: 
1.5     ! moko       22:   which specifies
1.1       paf        23:     protocol name
                     24:     path to Parser 'parser3odbc' dynamic library
                     25: 
1.5     ! moko       26: $Id: INSTALL,v 1.4 2008-06-26 16:31:22 misha Exp $

E-mail: