<?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>Anvil Studios &#187; Database</title>
	<atom:link href="http://anvilstudios.co.za/blog/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://anvilstudios.co.za/blog</link>
	<description>web development</description>
	<lastBuildDate>Wed, 16 May 2012 14:52:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>A foreign key constraint fails</title>
		<link>http://anvilstudios.co.za/blog/mysql/a-foreign-key-constraint-fails/</link>
		<comments>http://anvilstudios.co.za/blog/mysql/a-foreign-key-constraint-fails/#comments</comments>
		<pubDate>Mon, 03 May 2010 13:16:01 +0000</pubDate>
		<dc:creator>Gerrit</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Foreign key constraint]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[MyISAM]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=448</guid>
		<description><![CDATA[Today I ran into this problem for the second time in three years&#8230; so it took me a while to figure out the solution (with the help of my trusty partners here in the office of course). It&#8217;s quite a common error message : SQL Error: 1452: Cannot add or update a child row: a [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/mysql/a-foreign-key-constraint-fails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server (MSSQL) pre-connection setup in PHP</title>
		<link>http://anvilstudios.co.za/blog/php/sql-server-mssql-pre-connection-setup-in-php/</link>
		<comments>http://anvilstudios.co.za/blog/php/sql-server-mssql-pre-connection-setup-in-php/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 13:50:24 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PDO]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=242</guid>
		<description><![CDATA[This is something that a number of people I know have struggled with, so I hope to help out with what I have learned. To connect your PHP program with MySQL is probably step two for any PHP developer and it&#8217;s very easy. In principle, connecting with SQL Server (Microsoft SQL) should also be easy, [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/php/sql-server-mssql-pre-connection-setup-in-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>InnoDB fulltext search with ranking</title>
		<link>http://anvilstudios.co.za/blog/mysql/innodb-fulltext-search-with-ranking/</link>
		<comments>http://anvilstudios.co.za/blog/mysql/innodb-fulltext-search-with-ranking/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 13:39:28 +0000</pubDate>
		<dc:creator>Abraham</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=14</guid>
		<description><![CDATA[According to the MySQL manual Full-text indexes can be used only with MyISAM tables I&#8217;m using an InnoDB table-type however, so had to look at other ways of implementing a full-text search that would give me rankings by relevance, to order the results by. It&#8217;s possible to do the ranking with PHP, by doing a [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/mysql/innodb-fulltext-search-with-ranking/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Uncaught PDOException with SQLSTATE[HY000]</title>
		<link>http://anvilstudios.co.za/blog/mysql/pdoexception-hy000/</link>
		<comments>http://anvilstudios.co.za/blog/mysql/pdoexception-hy000/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 22:27:47 +0000</pubDate>
		<dc:creator>Abraham</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PDO]]></category>
		<category><![CDATA[PDOException]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=8</guid>
		<description><![CDATA[Problem: I was setting up a database query using a PDOStatement, by looping through an array of values and binding each parameter seperately. But on executing the query, I got the following error: Fatal error: Uncaught exception &#8216;PDOException&#8217; with message &#8216;SQLSTATE[HY000]: General error: 1452 Cannot add or update a child row: a foreign key constraint [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/mysql/pdoexception-hy000/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

