Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: DBI insert statement

by erix (Prior)
on Nov 22, 2016 at 03:57 UTC ( [id://1176304]=note: print w/replies, xml ) Need Help??


in reply to DBI insert statement

Any ideas?

This kind of unwillingness on the part of databases often means the omission of commit (be it explicit or as autocommit).

Try a $dbh->commit; at the end (or every few thousand inserts).

If that's not it, a small self-sufficient testcase would help (but including connection params, create table, some minimal data).

Replies are listed 'Best First'.
Re^2: DBI insert statement
by cbtshare (Monk) on Nov 22, 2016 at 17:12 UTC
    thank you tried, that but got this message: "commit ineffective with AutoCommit enabled "

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-23 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found