<?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="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Duplicate Table Names in Different Databases</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Duplicate Table Names in Different Databases</description>
  <pubDate>Fri, 17 Apr 2026 11:47:43 -700</pubDate>
  <lastBuildDate>Thu, 12 Jul 2007 12:13:06 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=146</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Duplicate Table Names in Different Databases : Unfortunately, the solution was...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=146&amp;PID=334#334</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 146<br /><strong>Posted:</strong> 12-Jul-2007 at 12:13pm<br /><br />Unfortunately, the solution was only partial.&nbsp; I had to manually change some naming in the oldPARTSMASTER.cs file.&nbsp; The constructors section had labelled the partial class as PartsMaster.&nbsp; That obviously conflicted with the real class' constructors.&nbsp; Confusing, at best.&nbsp; I hope it was just me doing something wrong.&nbsp; After the Model build, it all looks OK; however, my next plan is to run the ORM again.&nbsp; Crossing fingers.]]>
   </description>
   <pubDate>Thu, 12 Jul 2007 12:13:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=146&amp;PID=334#334</guid>
  </item> 
  <item>
   <title>Duplicate Table Names in Different Databases : I have a PartsMaster table in...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=146&amp;PID=313#313</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 146<br /><strong>Posted:</strong> 12-Jul-2007 at 11:27am<br /><br />I have a PartsMaster table in database A, and a &#091;PARTS MASTER&#093; table in database B.&nbsp; The A table has been in existence in my project for quite some time.&nbsp; Today, I needed to access the older B table and incorporate it into my project.&nbsp; I was going to call it oldPartsMaster; however, when I added the class, the name was automatically changed to PARTSMASTER (space was removed).&nbsp; This is not good, because when I renamed the table to oldPartsMaster, it deleted the original PartsMaster.cs file.&nbsp; Now, when I save the ORM and rebuild the Model project, it errors, stating that the PartsMaster.cs file is not found.&nbsp; And,&nbsp;it really <EM>isn't</EM> there anymore.&nbsp; I closed the object mapper and told it not to save the changes (too late!).&nbsp; Even if I open it again and try to recreate the table, I get the same error.<DIV>&nbsp;</DIV><DIV>Solution:&nbsp; Delete from the ORM&nbsp;the PartsMaster class that is missing.&nbsp; Add the oldPartsMaster class.&nbsp; ReAdd the PartsMaster class.&nbsp; Save.</DIV><DIV>&nbsp;</DIV><DIV>The BIG problem now is recreating any custom code in the PartsMaster class that was lost:&nbsp; Create method, Custom properties, etc.&nbsp; I did not even think to record this elsewhere before making these changes.&nbsp; Long ago, I removed VSS because it caused far more problems that it is worth.&nbsp; My next option is to find a backup.&nbsp; At least, I could copy/paste the customizations into the newly created class.</DIV><DIV>&nbsp;</DIV><DIV>Has IdeaBlade considered this renaming thing and the potential damage to existing classes?&nbsp; Any solutions on your part?&nbsp; Perhaps I am doing something wrong in my approach.</DIV><DIV>&nbsp;</DIV><DIV>Thanks!</DIV><DIV>Bill</DIV>]]>
   </description>
   <pubDate>Thu, 12 Jul 2007 11:27:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=146&amp;PID=313#313</guid>
  </item> 
 </channel>
</rss>