in reply to Re^2: DBI::Sybase sometimes returns nothing, but does not generate an error -> how can I catch this?
in thread DBI::Sybase sometimes returns nothing, but does not generate an error -> how can I catch this?

YOu can also run your query with DBI->trace(3) to see what DBD::Sybase thinks it is doing (what it is sending to the server, and what it is getting back.) This might help you get some better information about what is going on.

Michael

  • Comment on Re^3: DBI::Sybase sometimes returns nothing, but does not generate an error -> how can I catch this?

Replies are listed 'Best First'.
Re^4: DBI::Sybase sometimes returns nothing, but does not generate an error -> how can I catch this?
by svenXY (Deacon) on Jan 13, 2005 at 08:59 UTC
    Thanks, I'll try that! For the time being, my solution at least enables me to catch this error (bug?) and do something about it.

    Thanks for your help anybody,
    Sven