Hi!
I am running a lot of queries through the DBD::Sybase, but lately I've got some
problems with
deadlocks in the Sybase database the DBI connects to.
The error message:
DBD::Sybase::st execute failed: Server message number=1205 severity=13 state=1 line=1
text=Your server command (family id #0, process id #16) was deadlocked with another
process and has been chosen as deadlock victim. Re-run your command.
I wonder if it has anything to do with the fetch method I am using, I changed this
method to fetch (fetchrow_arrayref) using it together with bind_col.
Earlier I was using the fetchrow_hashrew method, without these kind of problems.
Do any of you have a suggestion?
Regards
Alexander Ballamy