I am using the DBD::Sybase driver to connect to a Sybase database running
under Solaris.

It seems to make the connection with no problem and I get no error messages
back, but when I try to select count(*) for any table, I get a result of 0
even though I know there is data in the tables.   (isql from the command
line works fine.)  I can not delete the records either.   I have set
RaiseError set to 1, but still don't get any errors.  I can use the
"table->info()" method and get back the list of tables in the database.
Queries to the system tables seem to work (sysobjects, syscolumns).

Any suggestions?

Reply via email to