Edward J. Sabol writes:
 > I just finished upgrading a bunch of modules. I upgraded from DBI 1.13 to
 > 1.18, DBD::Sybase 0.21 to 0.91, Net::Daemon 0.29 to 0.35, and Storable 0.6.7
 > to 1.0.11. I also had to upgrade File::Spec since my File::Spec didn't have
 > the tmpdir method which DBI::ProxyServer.pm now uses. (I'm still using Perl
 > 5.005_03.)

I just checked - the table_info() method in DBD::Sybase is unchanged
between 0.21 and 0.91, so the problem is probably elsewhere.

 > Wed Jun 20 15:48:40 2001 err, Can't call method "execute" without a package or 
 >object reference at 
 >/usr/contrib/lib/perl5/site_perl/5.005/alpha-dec_osf/DBD/Sybase.pm line 151.
 > 

This would mean that the prepare() call in DBD::Sybase's table_info()
returns undef - but that *should* only happen if you already have an
active statement handle on that connection, and if DBD::Sybase is
unable to open a new connection.

Can you run the same script on the dec/alpha host using DBD::Sybase
directly? 

Michael
-- 
Michael Peppler - Data Migrations Inc. - [EMAIL PROTECTED]
http://www.mbay.net/~mpeppler - [EMAIL PROTECTED]
International Sybase User Group - http://www.isug.com
*Looking for new project to tackle starting 8/1/01*

Reply via email to