I have no idea why i get this !!
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Thanks! it did the job ! maybe i will investigate laterQuote:
I'm not sure how autocommit for MySQL transactions relates to that... but I'm glad you solved the problem.
yes and there were alot of issues i didn't mention caused by it !Quote:
That um...that wouldn't cause health bars to appear on a character...:confused::confused:
Auto increment and autocommit are different things:Quote:
maybe he meant auto increment
[Only registered and activated users can see links. Click Here To Register...]Quote:
By default, MySQL runs with autocommit mode enabled. This means that as soon as you execute a statement that updates (modifies) a table, MySQL stores the update on disk to make it permanent. The change cannot be rolled back.
Really?Quote:
Auto increment and autocommit are different things:
Autocommit is:
[Only registered and activated users can see links. Click Here To Register...]