in reply to DBI binding field names as parameters
Well, as is you are selecting the (column) name. I suppose return of actual value of a parametric column name would depend on the capabilities of the database (& its driver) being used.
Else, you may need to evaluate the SQL much like one generates code (or a value) from a string in Perl via eval function.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI binding field names as parameters
by sinterklaas (Initiate) on Jun 03, 2014 at 13:23 UTC | |
by Anonymous Monk on Jun 03, 2014 at 13:33 UTC | |
by sinterklaas (Initiate) on Jun 03, 2014 at 13:41 UTC | |
by Anonymous Monk on Jun 03, 2014 at 13:52 UTC |