Link to home
Start Free TrialLog in
Avatar of dpinkus
dpinkus

asked on

List of Reserved Words for ADO to Access 2000

Hi all,

    I've found through trial and error that at least the following three words:  
  language, translation and position
are reserved words through the ADO Jet4.0 DB Provider.  In order to use them, I have to wrap them in [brackets].  I'm writing an app in VB and just stumbled across this as I upgraded my references to Access2000.  I'm wondering if there is a list anywhere (couldn't find anything on MS site) of other newly reserved words (which, incidentally, do not appear in the reserved word listing for Access, and are valid column names) that ADO is going to have a problem with....

Or should I pass every SQL statement through a routine that turns EVERY column into [ColumnName] for Access?

Thank you!
-David
ASKER CERTIFIED SOLUTION
Avatar of Jim Dettman (EE MVE)
Jim Dettman (EE MVE)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
BTW, it's in the section "Migrating from DAO to ADO Using ADO with the  Microsoft Jet Provider"

Jim.
Avatar of dpinkus
dpinkus

ASKER


Yes!  Thank you.  BTW for everybody else here is the URL for the docs..

http://msdn.microsoft.com/isapi/msdnlib.idc?theURL=/library/psdk/dasdk/what3gvr.htm

Please do whatever you have to so I can give you the points :)
You can accept the first comment as an answer.

Jim.
As an update, the reference link posted in the original message is 404, this link has reference to all the reserved words in Access.  http://msdn.microsoft.com/en-us/library/bb208875%28office.12%29.aspx