Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: DBI query where table name is a variable

by Thilosophy (Curate)
on Oct 23, 2007 at 07:04 UTC ( [id://646648]=note: print w/replies, xml ) Need Help??


in reply to DBI query where table name is a variable

You need to set $table before you call $dbh->prepare.

At that point, the table name gets expanded into the SQL string, and it will not change, even if you re-assign to $table.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found