<?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 : Access Database Connection</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 : Access Database Connection]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 17:27:10 +0000</pubDate>
  <lastBuildDate>Wed, 29 Aug 2007 14:01:20 +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=24284</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[Access Database Connection : DSN&amp;#039;s are no longer a option...]]></title>
   <link>https://forums.webwiz.net/access-database-connection_topic24284_post126945.html#126945</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 24284<br /><strong>Posted:</strong> 29&nbsp;August&nbsp;2007 at 2:01pm<br /><br />DSN's are no longer a option as this is a slower connection method and not recommended.<br><br>As long as the database is on the same server you can use the a DSN-less connection to the database which is much faster.<br><br>All good web hosts setup a separate folder for Access databases outside of your web site, so the DSN-less method will work.<br>]]>
   </description>
   <pubDate>Wed, 29 Aug 2007 14:01:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/access-database-connection_topic24284_post126945.html#126945</guid>
  </item> 
  <item>
   <title><![CDATA[Access Database Connection : Okay, may have sussed this, but...]]></title>
   <link>https://forums.webwiz.net/access-database-connection_topic24284_post126932.html#126932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6069">kazmax</a><br /><strong>Subject:</strong> 24284<br /><strong>Posted:</strong> 29&nbsp;August&nbsp;2007 at 2:07am<br /><br />Okay, may have sussed this, but it requires a little surgery to the database_connection.asp script in the database folder.<DIV>&nbsp;</DIV><DIV>About line 96 there is a string reference:</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#008000 size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strCon = strDbPathAndName</FONT></DIV><DIV><FONT color=#008000 size=2></FONT>&nbsp;</DIV><DIV><FONT color=#008000><FONT color=#000000 size=2>Replace with:</FONT></FONT></DIV><DIV><FONT color=#008000><FONT color=#000000 size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#008000><DIV><FONT color=#008000 size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strCon = "DSN=MyDSN"</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT color=#000000>About line 210:</FONT></DIV><DIV><FONT color=#000000><FONT color=#008000 size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#000000><FONT color=#008000 size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strCon = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" &amp; strCon</DIV></FONT></FONT><DIV><FONT color=#000000></FONT>&nbsp;</DIV><DIV><FONT color=#000000>Comment that line out - the previous declaration around line 96 becomes the database connection used by the web site.</FONT></DIV><DIV><FONT color=#000000></FONT>&nbsp;</DIV><DIV><FONT color=#000000>Haven't tried everything out with this yet, but at least with this limited change the web site came up without splashing errors onto the screen.</FONT></DIV><DIV><FONT color=#000000></FONT>&nbsp;</DIV><DIV><FONT color=#000000>Andrew</FONT></DIV><DIV>&nbsp;</DIV></DIV></FONT>]]>
   </description>
   <pubDate>Wed, 29 Aug 2007 02:07:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/access-database-connection_topic24284_post126932.html#126932</guid>
  </item> 
  <item>
   <title><![CDATA[Access Database Connection : First, good work with releasing...]]></title>
   <link>https://forums.webwiz.net/access-database-connection_topic24284_post126930.html#126930</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6069">kazmax</a><br /><strong>Subject:</strong> 24284<br /><strong>Posted:</strong> 29&nbsp;August&nbsp;2007 at 1:48am<br /><br />First, good work with releasing v9. I just happen to be setting up a forum and thought I would drop by to pick up the latest version. Good timing on my part&nbsp;by the looks of it!<DIV></DIV><DIV>&nbsp;</DIV><DIV>Anyway, I'm slightly curious about the new database connection for Access. I thought previously I had the option of using a DSN, but it appears in this latest version that only a direct access path to the database would do (though the WebWiz knowledgebase mysteriously refers to the ISP having to set up a DSN for you...).</DIV><DIV>&nbsp;</DIV><DIV>I tried setting up a DSN instead of a direct path, but it went bang when it attempted to access the database. So I'm left wondering whether I'm stuffed with using the DSN option?</DIV><DIV><BR>Reason for asking is because my ISP provides a separate directory for Access databases which is isolated from the web site (for security reasons). Using a DSN is no problem, but using a path could lead to some interesting discoveries on my part.</DIV><DIV>&nbsp;</DIV><DIV>So, will v9 support DSN's? If so how?</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Andrew</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 29 Aug 2007 01:48:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/access-database-connection_topic24284_post126930.html#126930</guid>
  </item> 
 </channel>
</rss>