K
kramer.newsreader
Hi. I have a program that makes an ODBC connection with an MS Access
database. When Windows' system language is set to anything other then
English I get an error.
This program reads a bunch of values from the database, does some
computation, and then writes results back to the database. The reads
seem to work okay, but at the end when it is trying to write to the DB,
I get this error:
SQL Error State:21S01, Native Error Code: FFFFF240, ODBC Error:
[Microsoft][ODBC Access Driver] Number of query values and destination.
Number of query values and destination fields are not the same.
I never get this error when the system is set to English, but any other
language produces that error. The language of the access driver
seemsto make no difference.
Any help would be appreciated.
database. When Windows' system language is set to anything other then
English I get an error.
This program reads a bunch of values from the database, does some
computation, and then writes results back to the database. The reads
seem to work okay, but at the end when it is trying to write to the DB,
I get this error:
SQL Error State:21S01, Native Error Code: FFFFF240, ODBC Error:
[Microsoft][ODBC Access Driver] Number of query values and destination.
Number of query values and destination fields are not the same.
I never get this error when the system is set to English, but any other
language produces that error. The language of the access driver
seemsto make no difference.
Any help would be appreciated.