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

2003-07-25 Thread Nilo
I forgot to tell that the column 'PKintIDLog' (identity column) is incremented as if the insert was done correctly. For example: I select the max PKintIDLog column value and I got '20', then I try to insert some data on the table via PHP, I select the max PKintIDLog (I should get '21', right ?), bu

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

2003-07-25 Thread M.A.Bond
I don't know a lot about sybase, but if it's anything like oracle it works like this: A query from the console will be commited when the console is exited (plus of course any select queries performing checks at the console will reveal the result as it will be after the commit has occurred). With a