Re: [PHP] PHP + Sybase - "auto_commit disabled"

2003-07-25 Thread Nilo
efore you wil lneed the sybase_query("commit") line 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" M

RE: [PHP] PHP + Sybase - "auto_commit disabled"

2003-07-25 Thread M.A.Bond
t;commit") line 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 'au

[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: "; } else { "Erro!"; } //sybase_query("commit"); //if I uncomment 'syb

[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: "; } else { "Erro!"; } //sybase_query("commit"); //if I uncomment 'syb