Kudos all!! We've got our first production DBI server up and running under 5.8.2 and 
DBD::Informix and DBD::Sybase (freetds to MS-SQL servers). Everything seems to be 
churning along just fine.

perl -MDBI -e 'DBI->installed_versions'
  Perl            : 5.008002    (i686-linux)
  OS              : linux       (2.4.3-12)
  DBI             : 1.39
  DBD::XBase      : 0.147
  DBD::Sybase     : 1.02
  DBD::Sponge     : 11.09
  DBD::Proxy      : 0.2004
  DBD::Informix   : 2003.04
  DBD::ExampleP   : 11.11

grep VERSION /usr/local/freetds/include/tdsver.h
#define TDS_VERSION_NO "freetds v0.61"

Yay!

j


Reply via email to