<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Search functions</title><link>http://forums.method.me/cs/forums/thread/12070.aspx</link><pubDate>Thu, 03 May 2012 15:17:49 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12070</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12070.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12070</wfw:commentRss><description>&lt;p&gt;I would recommend having a look at some &lt;a target="_blank" title="database normalization" href="http://databases.about.com/od/specificproducts/a/normalization.htm"&gt;database normalization&lt;/a&gt; articles to&amp;nbsp;better&amp;nbsp;understand good database design.&lt;/p&gt;
&lt;p&gt;~C&lt;/p&gt;</description></item><item><title>Re: Search functions</title><link>http://forums.method.me/cs/forums/thread/12068.aspx</link><pubDate>Thu, 03 May 2012 15:00:01 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12068</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12068.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12068</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/cs/Themes/methodtheme/images/icon-quote.gif"&gt; &lt;strong&gt;Wavetec:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;I have created a large number of fields to document contact information for each Customer.&amp;nbsp; Some of my customer sites have 15 contacts.&amp;nbsp; So I have created ContactName1; ContactCell1; Contactemail1; ContactName2; ContactCell2; etc.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Please see my &lt;a target="_blank" title="solution" href="http://www.methodintegration.com/cs/forums/t/3161.aspx"&gt;solution&lt;/a&gt; about adding more than one email to a customer contact. &amp;nbsp;What you&amp;#39;ve done here is going to cause headaches and slow downs as you populate. &amp;nbsp;You always want to build a relationship on duplicate information. &amp;nbsp;Ie. if you require more than 1 cell number, build a CellNumberTable and store the Entity along with each cell number; if you require extra emails, build a ContactEmailTable.&lt;/p&gt;
&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/cs/Themes/methodtheme/images/icon-quote.gif"&gt; &lt;strong&gt;Wavetec:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Is there a way to search for 1 name in all of these fields or did I do this all wrong from the beginning?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Instead of searching a very large customer table will all those extra fields, you can simply search a &lt;i&gt;CustomerEmailTable&lt;/i&gt; or &lt;i&gt;CustomerCellTable&lt;/i&gt; for much quicker results. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you find you need to add additional (duplicate) information to a stock table then your should consider a relationship table. &amp;nbsp;The minute you look at the &lt;i&gt;Customer&lt;/i&gt; table and say, hey I need to store 2 emails for my customers, consider how your table will look with 15 emails per customer. &amp;nbsp;Having ContactEmail1 - ContactEmail15 is really going to slow the entire Customer table down. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you have any problems with your implementation or screen/table design please contact us for consulting. &amp;nbsp;We can point you in the right direction with a session or build it for you.&lt;/p&gt;
&lt;p&gt;~C&amp;nbsp;&lt;/p&gt;</description></item><item><title>Search functions</title><link>http://forums.method.me/cs/forums/thread/12058.aspx</link><pubDate>Wed, 02 May 2012 23:03:22 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12058</guid><dc:creator>Wavetec</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12058.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12058</wfw:commentRss><description>&lt;p&gt;I have created a large number of fields to document contact information for each Customer.&amp;nbsp; Some of my customer sites have 15 contacts.&amp;nbsp; So I have created ContactName1; ContactCell1; Contactemail1; ContactName2; ContactCell2; etc.&lt;/p&gt;
&lt;p&gt;I need to be able to search for names in these fields.&amp;nbsp; If someone needs a phone number for &amp;quot;Mr. Smith&amp;quot; and they don&amp;#39;t know what customer&amp;nbsp; he associated with he&amp;#39;s very difficult to find.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Is there a way to search for 1 name in all of these fields or did I do this all wrong from the beginning?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Greg from WaveTec&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>