/usr/local/share/perl/5.10.0/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL
_Server.pm
line 61 must be
my $product_version = $self->_get_dbh-
Show quoted text
>selectrow_hashref('master..xp_msver ProductVersion');
or the request to the version after the database is changed fails with:
DBIx::Class::ResultSet::next(): DBI Exception: DBD::Sybase::db
selectrow_hashref failed: Server message number=2812 severity=16
state=62 line=1 server=LIB_SRV text=Could not find stored procedure
'xp_msver'. [for Statement "xp_msver ProductVersion"] at get_records.pl
line 80
This happens when we try to fetch a row. If one inserts something like
"print qq{$resultset rows found\n};" before the retrieval of the records
the problem magically disappears.