B
Boris
I created an Access 2003 add-in (.NET add-in) which opens a connection to
the current database using ADO (or ADO.NET as it is called in the .NET
world). The Access add-in receives some data from outside the database and
then adds this data to the tables in the current database. From time to time
adding fails and I get the error message "Selected Collating Sequence Not
Supported" (error 3228). Then I manually open a table, close it and start
the add-in again - and everything works.
Of course I'd like to know why sometimes adding fails at all and why I get
such a strange error message. I read the knowledge base articles about
different language editions of Access and New Database Sort Order. But as
the database was created on my own computer, as I never changed any language
setting or the New Database Sort Order setting the problem must be somewhere
else.
In order to debug my add-in: Is it possible somehow to observe a connection,
like writing all SQL statements and the replies into a log file? Is there
any switch for this in Access? Or is there any configuration setting I could
change in the .NET world? I appreciate any hints how to track this error.
Boris
the current database using ADO (or ADO.NET as it is called in the .NET
world). The Access add-in receives some data from outside the database and
then adds this data to the tables in the current database. From time to time
adding fails and I get the error message "Selected Collating Sequence Not
Supported" (error 3228). Then I manually open a table, close it and start
the add-in again - and everything works.
Of course I'd like to know why sometimes adding fails at all and why I get
such a strange error message. I read the knowledge base articles about
different language editions of Access and New Database Sort Order. But as
the database was created on my own computer, as I never changed any language
setting or the New Database Sort Order setting the problem must be somewhere
else.
In order to debug my add-in: Is it possible somehow to observe a connection,
like writing all SQL statements and the replies into a log file? Is there
any switch for this in Access? Or is there any configuration setting I could
change in the .NET world? I appreciate any hints how to track this error.
Boris