<?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 : setting up new db (SQL)</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 : setting up new db (SQL)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 13:23:35 +0000</pubDate>
  <lastBuildDate>Thu, 06 Jul 2006 15:58:52 +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=20570</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[setting up new db (SQL) : If you use the member API your...]]></title>
   <link>https://forums.webwiz.net/setting-up-new-db-sql_topic20570_post110258.html#110258</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20570<br /><strong>Posted:</strong> 06&nbsp;July&nbsp;2006 at 3:58pm<br /><br />If you use the member API your database runs independently from that used in the forum.<br><br>The common.asp file is used on every page, but remember when adding your own code to this to declare all new variables as strict coding is enabled within the forum code.<br>]]>
   </description>
   <pubDate>Thu, 06 Jul 2006 15:58:52 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/setting-up-new-db-sql_topic20570_post110258.html#110258</guid>
  </item> 
  <item>
   <title><![CDATA[setting up new db (SQL) : oh one other thing... the forum...]]></title>
   <link>https://forums.webwiz.net/setting-up-new-db-sql_topic20570_post110256.html#110256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6556">mtm81</a><br /><strong>Subject:</strong> 20570<br /><strong>Posted:</strong> 06&nbsp;July&nbsp;2006 at 3:53pm<br /><br />oh one other thing...<DIV>the forum is in a logged in only progrected area.. if a user tries to access any other area of this protected area, a piece of code in the top of each page written in ASP, checks the session and if it doesn't exist, boots them to the login page...</DIV><DIV>&nbsp;</DIV><DIV>How does this work in conjunction with the forum...</DIV><DIV>&nbsp;</DIV><DIV>Is there a particular include (like the common.asp) one for example which is on every forum page and therefore if I posted my piece of code in there would force this to work?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 06 Jul 2006 15:53:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/setting-up-new-db-sql_topic20570_post110256.html#110256</guid>
  </item> 
  <item>
   <title><![CDATA[setting up new db (SQL) : ok smashing - one last thing.....]]></title>
   <link>https://forums.webwiz.net/setting-up-new-db-sql_topic20570_post110252.html#110252</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6556">mtm81</a><br /><strong>Subject:</strong> 20570<br /><strong>Posted:</strong> 06&nbsp;July&nbsp;2006 at 3:12pm<br /><br />ok smashing - one last thing.. if I'm planning on using the existing member api system and these members are a part of this existing db - would I NEED to use the same DB or is it independant.<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 06 Jul 2006 15:12:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/setting-up-new-db-sql_topic20570_post110252.html#110252</guid>
  </item> 
  <item>
   <title><![CDATA[setting up new db (SQL) : A new database is best and would...]]></title>
   <link>https://forums.webwiz.net/setting-up-new-db-sql_topic20570_post110249.html#110249</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20570<br /><strong>Posted:</strong> 06&nbsp;July&nbsp;2006 at 2:50pm<br /><br />A new database is best and would give better performance, but you can use an existing one if you prefer.<br><br>All tables in web wiz forums begin with the table prefix 'tbl' if you feel this will course problems with your own tables in the database you can change the table prefix in the file 'includes/setup_options.asp' just edit the file with notepad.<br>]]>
   </description>
   <pubDate>Thu, 06 Jul 2006 14:50:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/setting-up-new-db-sql_topic20570_post110249.html#110249</guid>
  </item> 
  <item>
   <title><![CDATA[setting up new db (SQL) : Hi, When setting up a new forum...]]></title>
   <link>https://forums.webwiz.net/setting-up-new-db-sql_topic20570_post110243.html#110243</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6556">mtm81</a><br /><strong>Subject:</strong> 20570<br /><strong>Posted:</strong> 06&nbsp;July&nbsp;2006 at 12:50pm<br /><br /><DIV>Hi,</DIV><DIV>When setting up a new forum using SQL.. instead of creating a new db, I was going to us a db with existing tbls for other purposes that do other things around the site.</DIV><DIV>&nbsp;</DIV><DIV>1) - Would this affect the performance of the forum (i.e does it prefer to be running in it's own db)</DIV><DIV>2) - When I create the db I don't want it overwriting any existing data... The only way I can think this would happen would be if there were any existing tbls called the same as the new ones created for the forum..</DIV><DIV>&nbsp;</DIV><DIV>How can I check this.. is there a list ofthe tbls created for the forum I can check against?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 06 Jul 2006 12:50:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/setting-up-new-db-sql_topic20570_post110243.html#110243</guid>
  </item> 
 </channel>
</rss>