<?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 : Database c&#111;nnecti&#111;n problem</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 : Database c&#111;nnecti&#111;n problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 17:38:44 +0000</pubDate>
  <lastBuildDate>Wed, 23 Jun 2004 04:59:54 +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=10942</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[Database c&#111;nnecti&#111;n problem : Yes, I know I shouldn&amp;#039;t use...]]></title>
   <link>https://forums.webwiz.net/database-connection-problem_topic10942_post60224.html#60224</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=16476">Helion</a><br /><strong>Subject:</strong> 10942<br /><strong>Posted:</strong> 23&nbsp;June&nbsp;2004 at 4:59am<br /><br />Yes, I know I shouldn't use the Query Analizer (QA), but the thing isthat the msSQL_server_setup.asp doesn't run with the ID/password wewere supplied. The ID/password works for the main site which the forumis also installed in.<br><br>So in the end, I output the codes onscreen and dump it into QA to create the tables/relationships and stored procedures.<br><br>I edited the SQL_server_connection.asp to connect via DSN and it works,but if I use SQLOLEDB as the provider, it gives me the error.<br>]]>
   </description>
   <pubDate>Wed, 23 Jun 2004 04:59:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/database-connection-problem_topic10942_post60224.html#60224</guid>
  </item> 
  <item>
   <title><![CDATA[Database c&#111;nnecti&#111;n problem : Could you explain what you are...]]></title>
   <link>https://forums.webwiz.net/database-connection-problem_topic10942_post60219.html#60219</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 10942<br /><strong>Posted:</strong> 23&nbsp;June&nbsp;2004 at 4:24am<br /><br />Could you explain what you are doing, you shouldn't need to use a query analizer.<br><br>Follow the install documents that come with the forum.<br><br>You need to edit the MS SQL Server connection file entering the correctdetails for your SQL Server, then run the file msSQL_server_setup.asp,entering a username and password that has permissions on the MS SQLServer to create tables on the database. This file will create all thetables, stored procesdures, etc required for the forum.<br>]]>
   </description>
   <pubDate>Wed, 23 Jun 2004 04:24:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/database-connection-problem_topic10942_post60219.html#60219</guid>
  </item> 
  <item>
   <title><![CDATA[Database c&#111;nnecti&#111;n problem : Hi, no I am not trying to re-create...]]></title>
   <link>https://forums.webwiz.net/database-connection-problem_topic10942_post60207.html#60207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=16476">Helion</a><br /><strong>Subject:</strong> 10942<br /><strong>Posted:</strong> 22&nbsp;June&nbsp;2004 at 10:12pm<br /><br />Hi, no I am not trying to re-create the table. This message shows up when I am trying to access the forum page.<br><br>I tried it locally and it was alright.<br>]]>
   </description>
   <pubDate>Tue, 22 Jun 2004 22:12:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/database-connection-problem_topic10942_post60207.html#60207</guid>
  </item> 
  <item>
   <title><![CDATA[Database c&#111;nnecti&#111;n problem : Are you trying to create or re-create...]]></title>
   <link>https://forums.webwiz.net/database-connection-problem_topic10942_post60127.html#60127</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 10942<br /><strong>Posted:</strong> 21&nbsp;June&nbsp;2004 at 9:32am<br /><br />Are you trying to create or re-create the table? If it's already been created, you have to drop it before re-creating it.]]>
   </description>
   <pubDate>Mon, 21 Jun 2004 09:32:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/database-connection-problem_topic10942_post60127.html#60127</guid>
  </item> 
  <item>
   <title><![CDATA[Database c&#111;nnecti&#111;n problem : Hi, I have install the forum on...]]></title>
   <link>https://forums.webwiz.net/database-connection-problem_topic10942_post60117.html#60117</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=16476">Helion</a><br /><strong>Subject:</strong> 10942<br /><strong>Posted:</strong> 21&nbsp;June&nbsp;2004 at 6:04am<br /><br />Hi, I have install the forum on my DEV machine and it works fine with the SQL settings and stuff.<br><br>However, when I try to run the setup to create the table, it gave meerror when I run it so I displayed out the codes to generate the tablesand use that in the Query Analyzer. <br><br>However, the info that is in the SQL_server_connection.asp file doesn't gives me error when I try to access the forum.<br><br><p><font face="Arial" size="2">Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size="2">error '80004005'</font></p><p><font face="Arial" size="2">&#091;DBXXXXXX&#093;ConnectionOpen (CreateFile()).</font></p><p><font face="Arial" size="2">/ctpdev/forum/common.asp</font><font face="Arial" size="2">, line 261</font></p>The login info is the same as those I used for my root site and the root site has no problem accessing the SQL server.<br><br>Anyone has any ideas?<br>]]>
   </description>
   <pubDate>Mon, 21 Jun 2004 06:04:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/database-connection-problem_topic10942_post60117.html#60117</guid>
  </item> 
 </channel>
</rss>