<?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 : Problems upgrading to free version of 9...</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 : Problems upgrading to free version of 9...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 03 Apr 2026 21:40:23 +0000</pubDate>
  <lastBuildDate>Sat, 01 Mar 2008 20:27:18 +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=25377</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[Problems upgrading to free version of 9... : I just got off the phone with...]]></title>
   <link>https://forums.webwiz.net/problems-upgrading-to-free-version-of-9_topic25377_post131709.html#131709</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23141">cgacfox</a><br /><strong>Subject:</strong> 25377<br /><strong>Posted:</strong> 01&nbsp;March&nbsp;2008 at 8:27pm<br /><br />I just got off the phone with the hosting company and was able to set permissions for read and write in the original database folder. Now it works just fine. Thanks.]]>
   </description>
   <pubDate>Sat, 01 Mar 2008 20:27:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problems-upgrading-to-free-version-of-9_topic25377_post131709.html#131709</guid>
  </item> 
  <item>
   <title><![CDATA[Problems upgrading to free version of 9... : i just moved everything back the...]]></title>
   <link>https://forums.webwiz.net/problems-upgrading-to-free-version-of-9_topic25377_post131708.html#131708</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23141">cgacfox</a><br /><strong>Subject:</strong> 25377<br /><strong>Posted:</strong> 01&nbsp;March&nbsp;2008 at 7:55pm<br /><br />i just moved everything back the way it was and this is v8 that I currently have. I just can't connect to it. I am not sure how to change the code to get it to go outside the forum to the database.]]>
   </description>
   <pubDate>Sat, 01 Mar 2008 19:55:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problems-upgrading-to-free-version-of-9_topic25377_post131708.html#131708</guid>
  </item> 
  <item>
   <title><![CDATA[Problems upgrading to free version of 9... : ...and changing code to connect...]]></title>
   <link>https://forums.webwiz.net/problems-upgrading-to-free-version-of-9_topic25377_post131707.html#131707</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23141">cgacfox</a><br /><strong>Subject:</strong> 25377<br /><strong>Posted:</strong> 01&nbsp;March&nbsp;2008 at 7:47pm<br /><br />...and changing code to connect to the database.<DIV>&nbsp;</DIV><DIV>I believe that I am running v7 or maybe v8 of the forum and have been hosting the site the forum is on myself until recently when I switched to godaddy.com. I set up a DSN with them but have not been able to change the code on the common.asp and database_connection.asp pages to get the forum to work. I thought that since v7 is no longer supported, I would switch to the free version 9. I have downloaded and followed all the steps. However, I cannot get the upgrade to work because I have no idea what the physical server path or the path from this application to database would be. The database is now outside the forum in a folder called bane_db under the main root of the site. Write permissions have been set up properly, or so I was told. I am using Access and I know that it should not be used in a live production but I don't know how to use MySql or Sql Server. I would like to continue to use Access since I am used to it. Here is what I found on godaddy's site for help with "Connecting to an Access Database&nbsp;Using File DSN and ASP/ADO". &nbsp;This looks totally different than the code in the database_connection.asp file. Please help me upgrade to v9 and get the forum running again!!! <img src="https://forums.webwiz.net/smileys/smiley19.gif" height="17" width="17" border="0" alt="Cry" /></DIV><DIV>&nbsp;</DIV><DIV><DIV =hacker>&lt;%<BR>Dim oConn, oRs<BR>Dim qry, connectstr, sDSNDir<BR>Dim db_name, db_username, db_userpassword<BR>Dim db_server, dsn_name<BR><BR>dsn_name = "your_dsn_name"<BR>fieldname = "your_fieldname"<BR>tablename = "your_tablename"<BR><BR>sDSNDir = Server.MapPath("_dsn")<BR><BR>connectstr = "filedsn=" &amp; sDSNDir &amp; "/" &amp; dsn_name<BR><BR>Set oConn = Server.CreateObject("ADODB.Connection")<BR>oConn.Open connectstr<BR>qry = "SELECT * FROM " &amp; tablename<BR><BR>Set oRS = oConn.Execute(qry)<BR><BR>if not oRS.EOF then<BR>while not oRS.EOF<BR>response.write ucase(fieldname) &amp; ": " &amp; oRs.Fields(fieldname) &amp; " "<BR>oRS.movenext<BR>wend<BR>oRS.close<BR>end if<BR><BR>Set oRs = nothing<BR>Set oConn = nothing<BR><BR>%&gt; </DIV></DIV>]]>
   </description>
   <pubDate>Sat, 01 Mar 2008 19:47:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problems-upgrading-to-free-version-of-9_topic25377_post131707.html#131707</guid>
  </item> 
 </channel>
</rss>