<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>Daremedy.com Forum</title>
	<link>http://www.daremedy.com/forum/</link>
	<description>A Programmers Paradise: Code, Girls and Everything In Between</description>
	<managingEditor>daremedy@daremedy.com</managingEditor>
	<webMaster>daremedy@daremedy.com</webMaster>
	<lastBuildDate>Thu, 20 Nov 2008 23:36:15 GMT</lastBuildDate>
<item>
	<title>Database Design and Support :: Microsoft Business Contact Manager - data recovery</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=33791#33791</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=1418&quot; target=&quot;_blank&quot;&gt;mantley&lt;/a&gt;&lt;br /&gt;
Subject: Microsoft Business Contact Manager - data recovery&lt;br /&gt;
Posted: Sat Apr 28, 2007 1:54 pm (GMT -4)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I have a problem with MS BCM - i need to recover data from a .dbf file which was created from the BCM - i believe it is a MS SQL data file but I get an error when I attempt to attach to the file with MS Desktop SQL - how can I recover the data?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: mysql error 1104</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=23350#23350</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;daremedy&lt;/a&gt;&lt;br /&gt;
Subject: mysql error 1104&lt;br /&gt;
Posted: Fri Jun 09, 2006 3:01 pm (GMT -4)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;This is an error we ran into at work today, with the solution that worked. We were using the MySQL Control Center 0.9.1b. Hope it helps.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Error:&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; class=&quot;forumline&quot;&gt;&lt;tr&gt;	  &lt;th&gt;Quote:&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;      &lt;td class=&quot;quote&quot;&gt; The SELECT would examine too many records and probably take a very long time. Check your WHERE and use SET OPTION SQL_BIG_SELECTS=1 if the SELECT is ok&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Solution:&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; class=&quot;forumline&quot;&gt;&lt;tr&gt;	  &lt;th&gt;Quote:&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;      &lt;td class=&quot;quote&quot;&gt;1. Launch MySQL Control Center
&lt;br /&gt;

&lt;br /&gt;
2. By default you should see the Console Manager (if not, select Window / Console Manager from the main menu)
&lt;br /&gt;

&lt;br /&gt;
3. In the MySQL Servers tree, right-click on your server (default would be root@localhost:3036) to bring up a context-menu.
&lt;br /&gt;

&lt;br /&gt;
4. Select &amp;quot;Edit&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
5. Click on the MySQL Options tab.
&lt;br /&gt;

&lt;br /&gt;
6. Set &amp;quot;Automatically limit SELECT queries to&amp;quot; some ridiculously high amount.
&lt;br /&gt;

&lt;br /&gt;
7. Do the same for &amp;quot;Maximum Join Size&amp;quot;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt; &lt;span style=&quot;font-size: 9px; line-height: normal&quot;&gt;&lt;a href=&quot;http://d0x.de/?http://www.daremedy.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Webmaster Resources&lt;/a&gt; &lt;/span&gt; &lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: RE: Is it hard to learn mysql?</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=21780#21780</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;dietnkzg&lt;/a&gt;&lt;br /&gt;

Posted: Sat May 06, 2006 9:57 am (GMT -4)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;It's not hard to learn, its not easy either! The best way is to just go through tutorials and try it out for yourself. Depending on what DBMS (database management system) you're using, the syntax and learning curve is different. If you're using mysql (which I recommend) then go over to &lt;a href=&quot;http://www.d0x.de/?http://www.mysql.com&quot; target=&quot;_blank&quot;&gt;www.mysql.com&lt;/a&gt; and go through some of their documentation. Simple google searches will also give you good tutorials.
&lt;br /&gt;_________________&lt;br /&gt;^ Credit to all original scanners/cappers and that whole deal.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: Copying data from a field into a new table</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=21779#21779</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;dietnkzg&lt;/a&gt;&lt;br /&gt;
Subject: Copying data from a field into a new table&lt;br /&gt;
Posted: Sat May 06, 2006 9:55 am (GMT -4)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I came across an &amp;quot;issue&amp;quot; today where I needed to take existing data from a table and put it into its own table. At the risk of having to copy ALL of the data over again (over 500 records), I found this mysql statement to be quite handy.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; class=&quot;forumline&quot;&gt;&lt;tr&gt;	  &lt;th&gt;Code:&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;      &lt;td class=&quot;code&quot;&gt;INSERT IGNORE INTO &amp;lt;new_table&amp;gt; SELECT * FROM &amp;lt;original_table&amp;gt;;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; 
&lt;br /&gt;

&lt;br /&gt;
That command takes all the data from the original table &amp;lt;original_table&amp;gt; and adds it to the new table &amp;lt;new_table&amp;gt;.
&lt;br /&gt;

&lt;br /&gt;
I put the IGNORE there because my table had duplicate keys, which I just wanted to ignore, obviously! Those records won't get replaced though. Check out the entire syntax at the mySql site -&amp;gt; &lt;a href=&quot;http://www.d0x.de/?http://dev.mysql.com/doc/refman/5.0/en/insert-select.html&quot; target=&quot;_blank&quot;&gt;http://dev.mysql.com/doc/refman/5.0/en/insert-select.html&lt;/a&gt;
&lt;br /&gt;_________________&lt;br /&gt;^ Credit to all original scanners/cappers and that whole deal.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: Is it hard to learn mysql?</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=19346#19346</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=751&quot; target=&quot;_blank&quot;&gt;ricardo&lt;/a&gt;&lt;br /&gt;
Subject: Is it hard to learn mysql?&lt;br /&gt;
Posted: Fri Mar 03, 2006 5:11 pm (GMT -4)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Where do I &amp;nbsp;get started? Is this language hard to learn?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: MySql Mathematical Functions</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=19198#19198</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;dietnkzg&lt;/a&gt;&lt;br /&gt;
Subject: MySql Mathematical Functions&lt;br /&gt;
Posted: Wed Mar 01, 2006 11:45 pm (GMT -4)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Just a list of math functions you can use within mysql queries. Very useful link.
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.d0x.de/?http://dev.mysql.com/doc/refman/5.0/en/mathematical-functions.html&quot; target=&quot;_blank&quot;&gt;http://dev.mysql.com/doc/refman/5.0/en/mat...tions.html&lt;/a&gt;
&lt;br /&gt;_________________&lt;br /&gt;^ Credit to all original scanners/cappers and that whole deal.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: RE: auto_incrememt question</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=18071#18071</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;daremedy&lt;/a&gt;&lt;br /&gt;

Posted: Sat Jan 28, 2006 10:30 am (GMT -4)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;ALTER TABLE &amp;lt;table name&amp;gt; AUTO_INCREMENT = 24; 
&lt;br /&gt;

&lt;br /&gt;
where &amp;lt;table name&amp;gt; is the name of the table your adjusting.
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt; &lt;span style=&quot;font-size: 9px; line-height: normal&quot;&gt;&lt;a href=&quot;http://d0x.de/?http://www.daremedy.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Webmaster Resources&lt;/a&gt; &lt;/span&gt; &lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: auto_incrememt question</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=18070#18070</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;daremedy&lt;/a&gt;&lt;br /&gt;
Subject: auto_incrememt question&lt;br /&gt;
Posted: Sat Jan 28, 2006 10:30 am (GMT -4)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;From the Ozzu forums:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; class=&quot;forumline&quot;&gt;&lt;tr&gt;	  &lt;th&gt;Quote:&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;      &lt;td class=&quot;quote&quot;&gt;So i have a database that has been hammered by spammers in the past and the ID primary key field is auto_incrementing. Due to the spam the ID value has reached 2000 or something daft. The problem is that when users now enter legitamate info. to my database the auto increment continues from 2000 onwards, so the next value would be 2001 - but i want to it to continue from 24 onwards. Am i making sense?!? 
&lt;br /&gt;

&lt;br /&gt;
My question is how do i get the database to automatically increment the ID field from 24 automatically. I mean i can edit the ID key in the database manually everytime someone adds info to it , but i prefer it to be automatic. &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt; &lt;span style=&quot;font-size: 9px; line-height: normal&quot;&gt;&lt;a href=&quot;http://d0x.de/?http://www.daremedy.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Webmaster Resources&lt;/a&gt; &lt;/span&gt; &lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: RE: setup cron job to backup sql + run php script</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=17774#17774</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;daremedy&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jan 24, 2006 12:48 pm (GMT -4)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;If you're using webmin, you should have a panel similar to the one below:
&lt;br /&gt;

&lt;br /&gt;
 &lt;a href=&quot;http://d0x.de/?http://www.mediaupload.net/img.php?id=278847&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;&lt;img src=&quot;http://www.mediaupload.net/images/2006/Jan/12/KQbsXZFHXgdIthb.gif&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; (Click image to enlarge...)
&lt;br /&gt;

&lt;br /&gt;
So first give the cron job a name and set it to active. Add the command you want to execute in the Command tab. Leave the Input portion blank, unless your script requires you to input data for it to work. Then just click the date/time you want the script to run, refer to my link above to find out how the date/time works. How are you &amp;quot;testing&amp;quot; the cron job? &lt;span style=&quot;font-style: italic&quot;&gt;&amp;quot;sorry but ***** canno't be do&amp;quot;;&lt;/span&gt; makes no sense. If you get the problem again, please copy/paste the actual error in english and not what it sounds like.
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt; &lt;span style=&quot;font-size: 9px; line-height: normal&quot;&gt;&lt;a href=&quot;http://d0x.de/?http://www.daremedy.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Webmaster Resources&lt;/a&gt; &lt;/span&gt; &lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: RE: setup cron job to backup sql + run php script</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=17773#17773</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;daremedy&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jan 24, 2006 12:47 pm (GMT -4)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;a href=&quot;http://www.d0x.de/?http://www.scrounge.org/linux/cron.html&quot; target=&quot;_blank&quot;&gt;http://www.scrounge.org/linux/cron.html&lt;/a&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt; &lt;span style=&quot;font-size: 9px; line-height: normal&quot;&gt;&lt;a href=&quot;http://d0x.de/?http://www.daremedy.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Webmaster Resources&lt;/a&gt; &lt;/span&gt; &lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: RE: setup cron job to backup sql + run php script</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=17772#17772</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;daremedy&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jan 24, 2006 12:47 pm (GMT -4)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;In CPanel, go to the cron job screen, then in an empty spot, to backup your database, add: 
&lt;br /&gt;

&lt;br /&gt;
0 0 * * * mysqldump -u&amp;lt;username&amp;gt; -p&amp;lt;password&amp;gt; &amp;lt;database-name&amp;gt; &amp;gt; &amp;lt;backup-name&amp;gt;.sql 
&lt;br /&gt;

&lt;br /&gt;
and commit changes. Replace the values with whatever you like. 0 0 * * * will run the script at midnight every day. To run a php script, same thing except your command will be &amp;quot;php -a path-to-script&amp;quot;.
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt; &lt;span style=&quot;font-size: 9px; line-height: normal&quot;&gt;&lt;a href=&quot;http://d0x.de/?http://www.daremedy.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Webmaster Resources&lt;/a&gt; &lt;/span&gt; &lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: setup cron job to backup sql + run php script</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=17771#17771</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;daremedy&lt;/a&gt;&lt;br /&gt;
Subject: setup cron job to backup sql + run php script&lt;br /&gt;
Posted: Tue Jan 24, 2006 12:47 pm (GMT -4)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot; class=&quot;forumline&quot;&gt;&lt;tr&gt;	  &lt;th&gt;Quote:&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;      &lt;td class=&quot;quote&quot;&gt;can someone show me how to setup a cron job to backup my sql database and also set one up to run a php script? I'm using cPanel. &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt; &lt;span style=&quot;font-size: 9px; line-height: normal&quot;&gt;&lt;a href=&quot;http://d0x.de/?http://www.daremedy.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Webmaster Resources&lt;/a&gt; &lt;/span&gt; &lt;span style=&quot;color: #A8D2FF&quot;&gt;::&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: ssas 2005 tutorial error</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=16591#16591</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=10&quot; target=&quot;_blank&quot;&gt;daremedy_bot&lt;/a&gt;&lt;br /&gt;
Subject: ssas 2005 tutorial error&lt;br /&gt;
Posted: Wed Jan 18, 2006 7:13 pm (GMT -4)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I&amp;amp;apos;m going through the tutorial for Sql Server analysis services. When I get to a part 
&lt;br /&gt;
that asks me to browse the Customer Dimension i get a message back
&lt;br /&gt;
saying &amp;quot;String Format was not in a correct f...
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://d0x.de/?http://www.eggheadcafe.com/forums/Forumsearchbranch.asp?THREADID=56029&amp;amp;INTID=13&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Read more...&lt;/a&gt;
&lt;br /&gt;_________________&lt;br /&gt;I am here to protect and serve.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: How create this XML file with sql2005</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=16494#16494</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=10&quot; target=&quot;_blank&quot;&gt;daremedy_bot&lt;/a&gt;&lt;br /&gt;
Subject: How create this XML file with sql2005&lt;br /&gt;
Posted: Wed Jan 18, 2006 12:58 pm (GMT -4)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi all, i have a table that rapresent a generation tree of dogs,
&lt;br /&gt;
the table has the idDog, idFather, id Mothe, desName column that rapresent
&lt;br /&gt;
the info i need.
&lt;br /&gt;
I have write a recursive query the cre...
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://d0x.de/?http://www.eggheadcafe.com/forums/Forumsearchbranch.asp?THREADID=55824&amp;amp;INTID=13&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Read more...&lt;/a&gt;
&lt;br /&gt;_________________&lt;br /&gt;I am here to protect and serve.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database Design and Support :: rsExecutionNotFound</title>
	<link>http://www.daremedy.com/forum/viewtopic.php?p=16495#16495</link>
	<description>Author: &lt;a href=&quot;http://www.daremedy.com/forum/profile.php?mode=viewprofile&amp;u=10&quot; target=&quot;_blank&quot;&gt;daremedy_bot&lt;/a&gt;&lt;br /&gt;
Subject: rsExecutionNotFound&lt;br /&gt;
Posted: Wed Jan 18, 2006 12:58 pm (GMT -4)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Anybody familiar with the following message ?
&lt;br /&gt;

&lt;br /&gt;
&amp;quot;Execution &amp;amp;apos;q45sre55ym2mhpr5n1o22hbm&amp;amp;apos; cannot be found (rsExecutionNotFound) &amp;quot;
&lt;br /&gt;

&lt;br /&gt;
I get the message when trying to display a report from Reporting Servi...
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://d0x.de/?http://www.eggheadcafe.com/forums/Forumsearchbranch.asp?THREADID=55916&amp;amp;INTID=13&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Read more...&lt;/a&gt;
&lt;br /&gt;_________________&lt;br /&gt;I am here to protect and serve.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

