C
Charles Law
I thought I would bring this back up to the top, as I have resolved my
original problem.
I discovered that using ADO.NET, OleDb and the CommandBuilder, I got a
syntax error when a column in my table was called "Password".
Was everyone else aware that Password could not be used as a column name?
Although Access 2000 seems happy with the name, OleDb in ADO.NET is not
[note that ADO was happy]. Are there any other new reserved words, or words
that cause this problem that people know about?
TIA
Charles
original problem.
I discovered that using ADO.NET, OleDb and the CommandBuilder, I got a
syntax error when a column in my table was called "Password".
Was everyone else aware that Password could not be used as a column name?
Although Access 2000 seems happy with the name, OleDb in ADO.NET is not
[note that ADO was happy]. Are there any other new reserved words, or words
that cause this problem that people know about?
TIA
Charles