Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: checking to do a inser or update

by zakb (Pilgrim)
on Jun 07, 2002 at 09:56 UTC ( [id://172469]=note: print w/replies, xml ) Need Help??


in reply to Re: checking to do a inser or update
in thread checking to do a insert or update

With regards to commit, by default DBI defaults to AutoCommit on, which means that DBI will commit after each statement.

See the DBI docs, in particular here.

If you've turned AutoCommit off, it is a bad idea to rely on disconnect to commit for you, the docs say the transaction behaviour of disconnect is undefined...

  • Comment on Re: Re: checking to do a inser or update

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-23 22:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found