in reply to Access won´t allow ENUM, DEFAULT etc in CREATE
This will show you what SQL actually gets executed. Comparing that to a (working) query you do directly into MS Access might give you hints on what's wrong here....some perl code here DBI->trace(1,"/path/to/logfile"); ... DBI code that gives errors here ... DBI->trace(0); ...some perl code here
|
|---|