<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013712" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013712</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-help#comment-1079406</link>
    <description> &lt;p&gt;Ok, just wanted to make sure. Is this SQL statement in an ASP page? I&#039;m just wondering what&#039;s with the %%, you don&#039;t need to use those unless you&#039;re using LIKE.&lt;/p&gt;
&lt;p&gt;Try this:&lt;/p&gt;
&lt;p&gt;DELETE FROM CUSTOMERS&lt;br /&gt;
WHERE IdentityField = &#039;PassedValue&#039;&lt;/p&gt;
&lt;p&gt;Just replace IdentityField with the column in your table which represents the number of the record you want to delete. PassedValue is the value you&#039;re passing to the select statement.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Mar 2001 02:56:18 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1079406 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-help#comment-1079391</link>
    <description> &lt;p&gt;Yea, I know - just learning! What I really want to do, though, is be able to input the records unique identifier which then prevents the record from being shown on the web page. This allows the administrator to have  access to records in the future...&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Mar 2001 00:57:22 +0000</pubDate>
 <dc:creator>moto</dc:creator>
 <guid isPermaLink="false">comment 1079391 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-help#comment-1079365</link>
    <description> &lt;p&gt;moto,&lt;/p&gt;
&lt;p&gt;You definitely should NOT be deleting records by First name, as you know many people have the same first name &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Modify the table so it has an identity field, or a unique identifier. Then delete by using this field instead.&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Mar 2001 18:41:18 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1079365 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
