﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Access 2007 &amp; "Password" Reserved?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 07 Apr 2026 18:09:00 GMT</lastBuildDate><ttl>20</ttl><item><title>Access 2007 &amp; "Password" Reserved?</title><link>http://forum.strataframe.net/FindPost15112.aspx</link><description>Is the term "Password" a reserved word in an Access 2007 Database?&lt;br&gt;
I keep getting an Syntax Error in INSERT and on UPDATE commands when I have a field named "Password".&lt;br&gt;
This was driving me nuts because looking at the DEBUG output of the command, it is valid...&lt;br&gt;
&lt;br&gt;
INSERT INTO Users (Username, Password, DisplayName) VALUES (?, ?, ?);&lt;br&gt;
&lt;br&gt;
Param0: 	'Testing' [DbType: String | Size: 7 | Direction: Input | SourceColumn: Username | SourceVersion: Current]&lt;br&gt;
Param1: 	'Testing' [DbType: String | Size: 7 | Direction: Input | SourceColumn: Password | SourceVersion: Current]&lt;br&gt;
Param2: 	'DisplayName' [DbType: String | Size: 11 | Direction: Input | SourceColumn: DisplayName | SourceVersion: Current]&lt;br&gt;
&lt;br&gt;
I don't recall having this issue in the past....&lt;br&gt;</description><pubDate>Mon, 24 Mar 2008 08:36:08 GMT</pubDate><dc:creator>Crones</dc:creator></item><item><title>RE: Access 2007 &amp; "Password" Reserved?</title><link>http://forum.strataframe.net/FindPost15124.aspx</link><description>Yes, it might very well be a reserved word.&amp;nbsp; Try calling that command directly on the database (not through the SF data source) and see if it executes (create a quick little test app to try it out).&amp;nbsp; If it still gives you an error, then try putting [] around the "password" so it looks like [Password] in the command.&amp;nbsp; If that works, then we'll need to modify our data source item to add the quoted identifiers for the field names.</description><pubDate>Mon, 24 Mar 2008 08:36:08 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>