I've created perl scripts and modules to connect to a postgres database and execute various statements. This was developed on linux using DBD::Pg. But now I need to run this on Windows and I don't want to rewrite everything to use Win32::ODBC.
Any suggestions?
Start Free Trial