[PHP] PHP + Sybase - auto_commit disabled

2003-07-25 Thread Nilo JĂșnior
My site got it's Sybase 'auto_commit' disabled, I mean, if I type a (INSERT, UPDATE, DELETE) query on ISQL's console I got the correct result, but the same doesn't happen when I run the query via PHP. Check the code below: ? //includes with database connection and stuff $xSql= INSERT INTO

[PHP] PHP + Sybase - auto_commit disabled

2003-07-25 Thread Nilo
My site got it's Sybase 'auto_commit' disabled, I mean, if I type a (INSERT, UPDATE, DELETE) query on ISQL's console I got the correct result, but the same doesn't happen when I run the query via PHP. Check the code below: ? //includes with database connection and stuff $xSql= INSERT INTO

RE: [PHP] PHP + Sybase - auto_commit disabled

2003-07-25 Thread M.A.Bond
in place to commit the transaction. Mark -Original Message- From: Nilo [mailto:[EMAIL PROTECTED] Sent: 25 July 2003 15:42 To: php-general Cc: lgjunior; Rodolfo Subject: [PHP] PHP + Sybase - auto_commit disabled My site got it's Sybase 'auto_commit' disabled, I mean, if I type a (INSERT

Re: [PHP] PHP + Sybase - auto_commit disabled

2003-07-25 Thread Nilo
the transaction. Mark -Original Message- From: Nilo [mailto:[EMAIL PROTECTED] Sent: 25 July 2003 15:42 To: php-general Cc: lgjunior; Rodolfo Subject: [PHP] PHP + Sybase - auto_commit disabled My site got it's Sybase 'auto_commit' disabled, I mean, if I type a (INSERT, UPDATE, DELETE