On Tue, Jan 18, 2005 at 11:22:58PM -0500, Moosmann, James wrote:
> Perl DBI thinks any double quoted string must be a column
> or table name ( [ and ] are preferred, but double quotes are still
> acceptable).

Not true. Neither the DBI nor the driver (generally) parse the SQL.
The DBI gives it to the driver, the driver gives it to the
database server, and the database server sends back a description
of the columns etc.

Tim.

Reply via email to