I'm new to Perl, and am connecting to an Access Databse using the DBI:ODBC module. I can make the connection without any problems, but can't seem to get the "SELECT * FROM" code to work because the table name I need to read has spaces in it. (For example: "Name of Table" I am not in a position to have the table name changed (it's an existing database). Is there a way I can read this table?
I had a similar problem with field names, but solved that one by enclosing the field name in [] but this doesn't work with the table name. Thanks for your help!
King Dufus
I had a similar problem with field names, but solved that one by enclosing the field name in [] but this doesn't work with the table name. Thanks for your help!
King Dufus