--- Roger Mathis <[EMAIL PROTECTED]> wrote:
> Hi
> 
> Is there a possibility to shut down the
> Auto-Commit-Funktion?
> Thanks

Use "BEGIN WORK" or "BEGIN TRANSACTION" statement
before typing other SQL statements. This will ensure
that the database will only commit if you type
"COMMIT"

ludwig.


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to