Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Ignore Relation already exists error from DBI

by Jonathan (Curate)
on Feb 20, 2003 at 11:27 UTC ( [id://237049]=note: print w/replies, xml ) Need Help??


in reply to Ignore Relation already exists error from DBI

If you just want to ignore the table creation error why not perform the sql in a block with local overrides for DBI's RaiseError and PrintError methods? You will, of course, have to then explicitly test your SQL statements outcome but you will have complete control over what is fatal and what you're happy to ignore. perldoc DBI for more information
  • Comment on Re: Ignore Relation already exists error from DBI

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 21:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found