<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013542" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013542</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/defining-int-identity-field#comment-1078494</link>
    <description> &lt;p&gt;Gil,&lt;/p&gt;
&lt;p&gt;SQL 6.5 should support the ALTER TABLE functions. Try this:&lt;/p&gt;
&lt;p&gt;Use Database_Name&lt;br /&gt;
ALTER TABLE Table_Name&lt;br /&gt;
ADD Identity_Column_Name integer&lt;br /&gt;
identity(1,1)&lt;/p&gt;
&lt;p&gt;In the identity part the numbers in brackets represent what number to start with, and the increment. So if you wanted to start at 100 and go up by 10 every new record you would have identity(100,10)&lt;/p&gt;
&lt;p&gt;As for putting you own values into an identity field, this is not going to happen. The only thing I can think of is to set the column up as a regular column first, add you numbers to it, then set it up as an identity field.&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 Feb 2001 14:20:44 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1078494 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
