Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: PostgreSQL UPDATE

by TheoPetersen (Priest)
on Jul 18, 2001 at 22:05 UTC ( [id://97804]=note: print w/replies, xml ) Need Help??


in reply to PostgreSQL UPDATE

Do you have AutoCommit set to 0? If so, you must explicitly call commit to save your writes to the database before you disconnect.

The setting for AutoCommit would be in your DBI connect call.

Replies are listed 'Best First'.
Re: Re: PostgreSQL UPDATE
by nlafferty (Scribe) on Jul 18, 2001 at 23:00 UTC
    What would that look like?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-24 04:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found