I got the following error while trying to insert a record into an access database:
Invalid precision value (SQL-S1104)(DBD: _rebind_ph/SQLBindParameter err=-1) at testodbc.pl line 14
I'm using the DBI ODBC driver rather than any Win32 functions because I want to be able to port the program to my Linux server.
I don't think this is an Access error because the same SQL statement works using ADO/Visual Basic.