Hi, most of my experience in programming is with PHP although I've got to grips with the basics of Perl. I'm trying to use Perl to access a MSAccess DB, which is fine. But my insert query isn't working. And the error message isn't helpful:
Syntax error in INSERT TO statement. <SQL-42000> at ... line 1.
That's it. PHP usually gives you a better indication as to what's wrong! Is there any way to get a better error message? Or is that it?