<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Royal Deer Design &#187; database</title>
	<atom:link href="https://www.royaldeerdesign.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.royaldeerdesign.com</link>
	<description>Web Design Company</description>
	<lastBuildDate>Thu, 21 Aug 2025 15:08:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Connecting to External Database in WordPress</title>
		<link>https://www.royaldeerdesign.com/2012/01/connecting-to-external-database-in-wordpress/</link>
		<comments>https://www.royaldeerdesign.com/2012/01/connecting-to-external-database-in-wordpress/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 13:14:09 +0000</pubDate>
		<dc:creator><![CDATA[Sheuli]]></dc:creator>
				<category><![CDATA[Internet Business Tips]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://coot.arvixe.com/~royald/?p=1299</guid>
		<description><![CDATA[This is possible to use the wpdb object to access any external database and query any table within your WordPress installation. You can even use all the wpdb classes and functions such as get_results. Example: $my_external_db = new wpdb(&#8216;username&#8217;,&#8217;password&#8217;,&#8217;database&#8217;,&#8217;localhost&#8217;); $rows = $mydb->get_results(&#8220;SELECT * from MYTABLE &#8220;); foreach ($rows as $result) : echo $ result ->Title;]]></description>
				<content:encoded><![CDATA[<p>This is possible to use the wpdb object to access any external database and query any table within your WordPress installation. You can even use all the wpdb classes and functions such as get_results.</p>
<p><strong>Example:</strong></p>
<p>$my_external_db = new wpdb(&#8216;username&#8217;,&#8217;password&#8217;,&#8217;database&#8217;,&#8217;localhost&#8217;);</p>
<p>$rows = $mydb->get_results(&#8220;SELECT * from MYTABLE &#8220;);</p>
<p>foreach ($rows as $result) :</p>
<p>echo $ result ->Title;</p>
<p>endforeach;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.royaldeerdesign.com/2012/01/connecting-to-external-database-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle cuts jobs</title>
		<link>https://www.royaldeerdesign.com/2010/06/oracle-cuts-jobs/</link>
		<comments>https://www.royaldeerdesign.com/2010/06/oracle-cuts-jobs/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 21:12:34 +0000</pubDate>
		<dc:creator><![CDATA[Sheuli]]></dc:creator>
				<category><![CDATA[Internet Business News]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database management systems]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Sun Microsystems]]></category>

		<guid isPermaLink="false">http://coot.arvixe.com/~royald/?p=2218</guid>
		<description><![CDATA[Oracle is making job cuts (mainly in Europe and Asia) related to its acquisition of Sun Microsystems. When acquisition took place in 2009 , Sun announced plans to lay off 3,000 workers, or about 10 percent of its workforce. Right now we do not know how many jobs it plans to cut. An Oracle said]]></description>
				<content:encoded><![CDATA[<p>Oracle is making job cuts (mainly in Europe and Asia) related to its acquisition of Sun Microsystems. When acquisition took place in 2009 , Sun announced plans to lay off 3,000 workers, or about 10 percent of its workforce. Right now we do not know how many jobs it plans to cut. An Oracle said the cuts will eliminate redundancies and improve efficiencies.</p>
<p><strong>Oracle Corporation</strong> is a multinational computer technology corporation that specializes in developing and marketing enterprise software products &#8211; particularly database management systems. Headquartered of Oracle Corporation is located in Redwood City, California, United States, Oracle employs more than 115,000 people worldwide as of 2009. It has enlarged its share of the software market through organic growth and through a number of high-profile acquisitions. By 2007 Oracle had the third-largest software revenue, after Microsoft and IBM. <em>Source: wikipedia</em></p>
]]></content:encoded>
			<wfw:commentRss>https://www.royaldeerdesign.com/2010/06/oracle-cuts-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
