in reply to Re: Eval error on connectd DBI handle
in thread Eval error on connectd DBI handle
will fail because the database engine will render that asmy $query = $dbh->prepare('CREATE TABLE ?'); $query->execute('TABLE_NAME');
which is nonsense syntax.CREATE TABLE 'TABLE_NAME'
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Eval error on connectd DBI handle
by afoken (Chancellor) on Feb 24, 2016 at 22:33 UTC |