Annotation of sql/odbc/INSTALL, revision 1.1

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: 
        !             5:   Start Microsoft Visual Studio 6.0+ 
        !             6:   open parser3odbc.dsw workspace.
        !             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, 
        !            19:        $prefix/etc/parser3.conf
        !            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: 
        !            31: $Id: INSTALL,v 1.4 2002/02/08 11:13:41 paf Exp $

E-mail: