Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Checking for DB table existence using DBI/DBD

by rnahi (Curate)
on Oct 13, 2005 at 21:22 UTC ( [id://500051]=note: print w/replies, xml ) Need Help??


in reply to Checking for DB table existence using DBI/DBD

You have two ways: either the one you used, or you can first get a table list (using DBI tables method) and then check the table name with grep.

Something in between is shown in DBI Recipes.

  • Comment on Re: Checking for DB table existence using DBI/DBD

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-19 01:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found