<?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 : Installing with Existing User Table</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 : Installing with Existing User Table]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 11:30:28 +0000</pubDate>
  <lastBuildDate>Tue, 13 Jan 2004 17:24: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=8857</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[Installing with Existing User Table : I use SQL which allows limited...]]></title>
   <link>https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46704.html#46704</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9441">ljamal</a><br /><strong>Subject:</strong> 8857<br /><strong>Posted:</strong> 13&nbsp;January&nbsp;2004 at 5:24pm<br /><br />I use SQL which allows limited updates on JOINs, the only table affected is the Author table and the most updated field there is the last login field and the groupID.<br /><br />Basically, I rename the WWF Author table and strip out all the redundant information. The create a joined table with the original name of the author table and join all the fields that were present in the original table. The only section that  needed to be updated was the registration page and the member management admin stuff which I didn't need to use.]]>
   </description>
   <pubDate>Tue, 13 Jan 2004 17:24:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46704.html#46704</guid>
  </item> 
  <item>
   <title><![CDATA[Installing with Existing User Table : Ah, ok, .NET... Your SQL Join...]]></title>
   <link>https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46696.html#46696</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14803">Google</a><br /><strong>Subject:</strong> 8857<br /><strong>Posted:</strong> 13&nbsp;January&nbsp;2004 at 4:53pm<br /><br /><P>Ah, ok, .NET...</P><P>Your SQL Join interests me. But you still would need to tweak most of the code to handle updates to wwf tables unless all interactions with db are via stored procs, in that case you simply edit the stored procs.</P><P>If you did have to edit asp code which files did you see the most work being done on.</P><P>thanks</P>]]>
   </description>
   <pubDate>Tue, 13 Jan 2004 16:53:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46696.html#46696</guid>
  </item> 
  <item>
   <title><![CDATA[Installing with Existing User Table : borg has stated that he is moving...]]></title>
   <link>https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46695.html#46695</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9441">ljamal</a><br /><strong>Subject:</strong> 8857<br /><strong>Posted:</strong> 13&nbsp;January&nbsp;2004 at 4:48pm<br /><br />borg has stated that he is moving from ASP to ASP.Net with the forum, so this is to be the last version of the ASP forum unless there are major security hole found.<br /><br />What I did to integrate the forum is use a SQL join to <br />mesh my use table to a modified version of the WWF user table. ]]>
   </description>
   <pubDate>Tue, 13 Jan 2004 16:48:10 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46695.html#46695</guid>
  </item> 
  <item>
   <title><![CDATA[Installing with Existing User Table :   ljamal wrote:I don&amp;#039;t think...]]></title>
   <link>https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46694.html#46694</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14803">Google</a><br /><strong>Subject:</strong> 8857<br /><strong>Posted:</strong> 13&nbsp;January&nbsp;2004 at 4:38pm<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by ljamal" alt="Originally posted by ljamal" style="vertical-align: text-bottom;" /> <strong>ljamal wrote:</strong><br /><br />I don't think this feature will be implemented as this is the last major version of the ASP forum.</td></tr></table></P><P>What does this mean for the forum, are you suggesting that no more releases of this software will take place or are you suggesting that the next major release will be 8.0?</P><P>You also mentioned that this won't be a problem in future. What exactly not be a problem, your keeping up with updates or that future releases of Web Wiz Forums will encorporate the feature I'm looking for.</P><P>Would you mind shedding some light on how extensive the changes were to get this forum working with your existing users table.</P><P>Thanks</P>]]>
   </description>
   <pubDate>Tue, 13 Jan 2004 16:38:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46694.html#46694</guid>
  </item> 
  <item>
   <title><![CDATA[Installing with Existing User Table : I don&amp;#039;t think this feature...]]></title>
   <link>https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46689.html#46689</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9441">ljamal</a><br /><strong>Subject:</strong> 8857<br /><strong>Posted:</strong> 13&nbsp;January&nbsp;2004 at 4:27pm<br /><br />I don't think this feature will be implemented as this is the last major version of the ASP forum. I have implemented this and manage to keep up with the upgrades, but as this is the last major upgrade it shouldn't be  a problem in the future.]]>
   </description>
   <pubDate>Tue, 13 Jan 2004 16:27:22 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46689.html#46689</guid>
  </item> 
  <item>
   <title><![CDATA[Installing with Existing User Table : I have a portal which has it&amp;#039;s...]]></title>
   <link>https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46643.html#46643</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14803">Google</a><br /><strong>Subject:</strong> 8857<br /><strong>Posted:</strong> 13&nbsp;January&nbsp;2004 at 1:28pm<br /><br />I have a portal which has it's own users table, which obviously manages user profiles etc... I would like to integrate this forum with my existing user table &#091;table name is "users"&#093;. I've just briefly looked over the code and what it would take. I've come to the conclusion that it would be a new completly customized forum code.<br /><br />Ordinarily this would be ok but would severly limit me in implementing any new bug fixes or new updates made to the forum code.<br /><br />I've noticed other FREE forums have this feature &#091;use with existing user table&#093;. What are my options at this point with Web Wiz Forums? Should I cutomize myself so I only have one users table &#091;one for the portal&#093; or wait until this feature is implemented?<br /><br />Thanks for any insight.<br /><span style="font-size:10px"><br /><br />Edited by Google</span>]]>
   </description>
   <pubDate>Tue, 13 Jan 2004 13:28:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/installing-with-existing-user-table_topic8857_post46643.html#46643</guid>
  </item> 
 </channel>
</rss>