Quick Installation Guide: For the not so patient at heart. Its a good idea to read the driver information in the README.txt file. Unix --------------------------------------------------------------- To compile the base DbConnect with the MySQL, Msql and PostgreSQL drivers: ./configure --enable-mysql --enable-msql --enable-pgsql --enable-db2 make Note: You have to have the libraries for the databases installed before compiling. Remove the --enable-x if you do not want to compile a certain driver Windows --------------------------------------------------------------- Edit the windows.conf file to enable the driver information by un remarking the required driver sections nmake /f Makefile.win Note: Make sure you have run the vsvars32.bat file in your console to export the required Visual Studio environment ~ ~ ~ ~ ~ ~