http://qs321.pair.com?node_id=729822


in reply to Re^2: Perl DBI + Access bind issues
in thread Perl DBI + Access bind issues

I just had another idea. You can't alter the tables but can you create a query? You can rename the columns in the query. SELECT [Active?] as active, .... Then select from the query instead of the table in your perl code.

90% of every Perl application is already written.
dragonchild