Answered
Invalid Field Names
I have an Access 2002 table with tble_persons with a field
name Password. If I have a form with a field called password and
try to insert it into the table using the CFINSERT function, I get
the following error message:
The given fieldname "PASSWORD" could not be found in the table
If I change the fieldname to "xword" or "var_password" it works.
I haven't found any Dreamweaver, Cold Fusion, or MS Access documentation that says "Password" is a reserved word. Can anyone explain why I can't use password in this manner?
Seth
The given fieldname "PASSWORD" could not be found in the table
If I change the fieldname to "xword" or "var_password" it works.
I haven't found any Dreamweaver, Cold Fusion, or MS Access documentation that says "Password" is a reserved word. Can anyone explain why I can't use password in this manner?
Seth