#########################################################
#                                                       #
#              MySQL Connector/ODBC 3.51                #
#                   TEST - README                       #
#                                                       #
#           Copyright (C) MySQL AB 1995-2003            #
#########################################################

This README can be used to run Connector/ODBC 3.51 test 
library from BK repository located from 'test' subdir.

First build the driver, and then cd to 'test' dir and 
execute the following set of commands.

 shell> cd test
 shell> make
 shell> make testall

 On Windows, just execute:
 
 command> nmake -f WIN-Makefile
 command> nmake -f Win-Makefile testall

#------------------------
#      NOTE   
#------------------------

Ensure to set DSN as 'myodbc3' or edit Makefile.ini to set 
your DSN options. 

 



