|
|
| No such thing as a small change | |
| PerlMonks |
Re^3: Perl DBI + Access bind issuesby pfaut (Priest) |
| on Dec 12, 2008 at 02:05 UTC ( #729822=note: print w/ replies, xml ) | Need Help?? |
|
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.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||