Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: DBI; Autocommit

by UnderMine (Friar)
on Jun 07, 2006 at 22:03 UTC ( [id://554163]=note: print w/replies, xml ) Need Help??


in reply to DBI; Autocommit

Autocommit true causes DBI to commit after every execute or do of a SQL statement.

Use of autocommit false requires a database that supports transactions otherwise the commit occurs anyway.

DDL statements always run in there own transaction and therefor are always committed immediately.

Hope it helps
UnderMine

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://554163]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found