> The format of DBMS_VER is wrong. That's what I felt. Another thing I wanted to know, it's a sybase adaptive server. Why does it show "SQL Server" in DBMS_NAME?
> The way to do this is get the best ODBC driver for Postgress and > use DBD::ODBC and the DBI to write this code for you! Like this: > > perl -MDBI::DBD -e write_getinfo_pm dbi:ODBC:pgdb user pass > lib/DBD/Pg/GetInfo.pm > > You can thank Steffen Goeldner for that :) I am on it. > The best way to do this is generally to trace what SQL statements > the ODBC driver for your database is doing - then do the same. Yep. I was trying to follow the stored procedures. I will look into the ODBC interface and things should get clearer. --pradeep -- Perfection is our goal, excellence will be tolerated. -- J. Yahl --
