in reply to DBD: dbd_describe/SQLNumResultCols err=-1
I'm going to go out on a limb here, and guess (based on your variable name) that you're trying to prepare a create table statement. In general, you don't want to do that: a simple $dbh->do() will do the trick, since you don't need to bind anything or get a result set back.
If you aren't trying to create a table, please show the actual SQL you're trying to prepare.
|
|---|