<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Help with Error &#111;n SQL DB when running</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Help with Error &#111;n SQL DB when running]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 15:15:13 +0000</pubDate>
  <lastBuildDate>Wed, 21 Jan 2004 02:14:07 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=9037</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Help with Error &#111;n SQL DB when running : Wierd, I&amp;#039;m puzzled why the...]]></title>
   <link>https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post48066.html#48066</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=8393">Jesper</a><br /><strong>Subject:</strong> 9037<br /><strong>Posted:</strong> 21&nbsp;January&nbsp;2004 at 2:14am<br /><br />Wierd, I'm puzzled why the table we created without setting the identity property <IMG src="https://forums.webwiz.net/smileys/smiley5.gif" border="0">]]>
   </description>
   <pubDate>Wed, 21 Jan 2004 02:14:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post48066.html#48066</guid>
  </item> 
  <item>
   <title><![CDATA[Help with Error &#111;n SQL DB when running :    Jesper wrote:ok... I&amp;#039;ve...]]></title>
   <link>https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post48044.html#48044</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 9037<br /><strong>Posted:</strong> 20&nbsp;January&nbsp;2004 at 7:12pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Jesper" alt="Originally posted by Jesper" style="vertical-align: text-bottom;" /> <strong>Jesper wrote:</strong><br /><br /><p>ok... I've figured it out.</p><p>There's a bug in the creation of tables on the MSSQL server on Borg's behalf.</p><p>The Author_ID column in the tblAuthors table is set to 'integer'. Inthe Access version this is 'autonumber'. I set the Identity property ofthe column to 'Yes', Identity seed to 1 and finally Identity incrementto 1.</p><p>That fixed <strong>that</strong> problem <img src="https://forums.webwiz.net/smileys/smiley4.gif" border="0">&nbsp;... I'm not too sure if that solution causes other problems ? Borg?</p></td></tr></table><br><br>There isn't a bug in my SQL server creation file, see the followingline from the file sets the Author_ID field to interger; Indentity,incrementing by 1 and not allowing nulls:-<br><br>strSQL = strSQL &amp; "&#091;Author_ID&#093; &#091;int&#093; IDENTITY (1, 1) PRIMARY KEY&nbsp; CLUSTERED&nbsp; NOT NULL ,"<br>]]>
   </description>
   <pubDate>Tue, 20 Jan 2004 19:12:16 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post48044.html#48044</guid>
  </item> 
  <item>
   <title><![CDATA[Help with Error &#111;n SQL DB when running : thank you all.. it did fix my...]]></title>
   <link>https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post48040.html#48040</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13815">nguyencno5</a><br /><strong>Subject:</strong> 9037<br /><strong>Posted:</strong> 20&nbsp;January&nbsp;2004 at 7:02pm<br /><br />thank you all.. it did fix my problem.. My forum is running on SQL now.. <br><br><br>Thanksssssss!<br>]]>
   </description>
   <pubDate>Tue, 20 Jan 2004 19:02:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post48040.html#48040</guid>
  </item> 
  <item>
   <title><![CDATA[Help with Error &#111;n SQL DB when running : in access it should be integer...]]></title>
   <link>https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post48004.html#48004</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12292">Semikolon</a><br /><strong>Subject:</strong> 9037<br /><strong>Posted:</strong> 20&nbsp;January&nbsp;2004 at 2:42pm<br /><br />in access it should be integer (or int), but it should also be Identity Yes, key Yes, id seed 1 and id increment 1]]>
   </description>
   <pubDate>Tue, 20 Jan 2004 14:42:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post48004.html#48004</guid>
  </item> 
  <item>
   <title><![CDATA[Help with Error &#111;n SQL DB when running : ok... I&amp;#039;ve figured it out. There&amp;#039;s...]]></title>
   <link>https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post48001.html#48001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=8393">Jesper</a><br /><strong>Subject:</strong> 9037<br /><strong>Posted:</strong> 20&nbsp;January&nbsp;2004 at 2:36pm<br /><br /><P>ok... I've figured it out.</P><P>There's a bug in the creation of tables on the MSSQL server on Borg's behalf.</P><P>The Author_ID column in the tblAuthors table is set to 'integer'. In the Access version this is 'autonumber'. I set the Identity property of the column to 'Yes', Identity seed to 1 and finally Identity increment to 1.</P><P>That fixed <strong>that</strong> problem <IMG src="https://forums.webwiz.net/smileys/smiley4.gif" border="0">&nbsp;... I'm not too sure if that solution causes other problems ? Borg?</P>]]>
   </description>
   <pubDate>Tue, 20 Jan 2004 14:36:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post48001.html#48001</guid>
  </item> 
  <item>
   <title><![CDATA[Help with Error &#111;n SQL DB when running : if you pay an ISP for hosting...]]></title>
   <link>https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post47998.html#47998</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12292">Semikolon</a><br /><strong>Subject:</strong> 9037<br /><strong>Posted:</strong> 20&nbsp;January&nbsp;2004 at 2:24pm<br /><br /><P>if you pay an ISP for hosting and they support ms sql, they will probabl help yopu with upgrading.. some do it for free, as access is a pain in the ass for the hosts, and some require an additional fee(it shouldnt be very much).. this is absolutely the best way to move to ms sql if you have data in your access database that you want to keep..</P>]]>
   </description>
   <pubDate>Tue, 20 Jan 2004 14:24:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post47998.html#47998</guid>
  </item> 
  <item>
   <title><![CDATA[Help with Error &#111;n SQL DB when running : I have the same problem... upgraded...]]></title>
   <link>https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post47995.html#47995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=8393">Jesper</a><br /><strong>Subject:</strong> 9037<br /><strong>Posted:</strong> 20&nbsp;January&nbsp;2004 at 2:18pm<br /><br /><P>I have the same problem... upgraded from Access to MSSQL (at least I'm trying to <IMG src="https://forums.webwiz.net/smileys/smiley4.gif" border="0">)</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 20 Jan 2004 14:18:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post47995.html#47995</guid>
  </item> 
  <item>
   <title><![CDATA[Help with Error &#111;n SQL DB when running : maybe.. have you changed any files?...]]></title>
   <link>https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post47973.html#47973</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12292">Semikolon</a><br /><strong>Subject:</strong> 9037<br /><strong>Posted:</strong> 20&nbsp;January&nbsp;2004 at 12:54pm<br /><br /><P>maybe.. have you changed any files? other than the database?</P>]]>
   </description>
   <pubDate>Tue, 20 Jan 2004 12:54:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post47973.html#47973</guid>
  </item> 
  <item>
   <title><![CDATA[Help with Error &#111;n SQL DB when running : I had no problem with Access DB...]]></title>
   <link>https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post47868.html#47868</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13815">nguyencno5</a><br /><strong>Subject:</strong> 9037<br /><strong>Posted:</strong> 19&nbsp;January&nbsp;2004 at 5:35pm<br /><br />I had no problem with Access DB before.&nbsp; I'm not sure how thishappen.&nbsp; I just recently upsized my Access DB to Ms SqL.<br><br>can you think of any thing that could cause this?<br><br>Thanks!<br>]]>
   </description>
   <pubDate>Mon, 19 Jan 2004 17:35:05 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post47868.html#47868</guid>
  </item> 
  <item>
   <title><![CDATA[Help with Error &#111;n SQL DB when running : this means that you try to insert...]]></title>
   <link>https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post47845.html#47845</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12292">Semikolon</a><br /><strong>Subject:</strong> 9037<br /><strong>Posted:</strong> 19&nbsp;January&nbsp;2004 at 3:02pm<br /><br />this means that you try to insert an empty value, but the field in the database doesnt support it.. make sure you have filled in all the required fields in the registration form..]]>
   </description>
   <pubDate>Mon, 19 Jan 2004 15:02:53 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/help-with-error-on-sql-db-when-running_topic9037_post47845.html#47845</guid>
  </item> 
 </channel>
</rss>