﻿<?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 / Business Objects and Data Access (How do I?)  / Access 2007 &amp; "Password" Reserved? / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Thu, 28 Aug 2008 14:43:26 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Access 2007 &amp; "Password" Reserved?</title><link>http://forum.strataframe.net/Topic15112-6-1.aspx</link><description>Yes, it might very well be a reserved word.  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).  If it still gives you an error, then try putting [] around the "password" so it looks like [Password] in the command.  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>Ben Chase</dc:creator></item><item><title>Access 2007 &amp; "Password" Reserved?</title><link>http://forum.strataframe.net/Topic15112-6-1.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>Sat, 22 Mar 2008 17:47:44 GMT</pubDate><dc:creator>Crones</dc:creator></item></channel></rss>