<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017622" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017622</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-and-autonumber#comment-1103272</link>
    <description> &lt;p&gt;Ok, that makes sense.&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Feb 2002 22:26:26 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1103272 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-and-autonumber#comment-1103270</link>
    <description> &lt;p&gt;For selecting data you can create a view, for example:&lt;/p&gt;
&lt;p&gt;CREATE VIEW ViewName&lt;br /&gt;
AS&lt;br /&gt;
SELECT a.ColumnName1, a.ColumnName2, b.ColumnName1, b.ColumnName2&lt;br /&gt;
FROM database1.owner.table1 a, database2.owner.table2 b&lt;br /&gt;
WHERE a.ColumnName1 = b.ColumnName1&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Feb 2002 22:12:40 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1103270 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-and-autonumber#comment-1103221</link>
    <description> &lt;p&gt;This works great.  Thank you.&lt;/p&gt;
&lt;p&gt;Now I am having another problem.  I know it has a simple resolution but I don&#039;t know what that is.  How do I link to a table in a different database?  Both databases are on the same SQL server.&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Feb 2002 18:13:17 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1103221 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-and-autonumber#comment-1103050</link>
    <description> &lt;p&gt;Convert your query to a stored procedure and then use @@identity to get the new record id.&lt;/p&gt;
&lt;p&gt;For an example check out &lt;a href=&quot;http://www.aspfaq.com/show.asp?id=2174&quot; class=&quot;bb-url&quot;&gt;http://www.aspfaq.com/show.asp?id=2174&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Feb 2002 13:55:28 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1103050 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
