DBD::Sybase and 'begin tran'
Frank Uebel <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have a question regarding the transaction behavior of DBD::Sybase. It adds "begin/commit transaction" to each connect. I've read the documentation and played with autocommit and syb_chained_txn, but could not completely remove those artificial lines. My problem is, the database I want to access is somewhat sybase compatible, but only supports basic statements like SELECT or UPDATE. So, those (forced) transaction-commands lead to errors in the database logfile. Is there an option to make dbd::sybase only issue the commands I specify with ->prepare and ->execute? I am sorry, if this is documented somewhere. I read the documentation and scanned the mail archive, but did not find a remedy to my problem. Regards, Frank Uebel