<?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>Make Money Blogging Tips For Free &#187; SQL</title>
	<atom:link href="http://webmasterweblog.com/category/programming/sql/feed" rel="self" type="application/rss+xml" />
	<link>http://webmasterweblog.com</link>
	<description>Experiences of a Webmaster</description>
	<lastBuildDate>Mon, 01 Mar 2010 13:16:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Duplicate entry &#8216;127&#8242; for key 1</title>
		<link>http://webmasterweblog.com/duplicate-entry-127-for-key-1.html</link>
		<comments>http://webmasterweblog.com/duplicate-entry-127-for-key-1.html#comments</comments>
		<pubDate>Sun, 19 Oct 2008 14:22:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=115</guid>
		<description><![CDATA[Well I&#8217;m not so familar with SQL, that&#8217;s why I was struggling with that problems for about 10 minutes. Actually it&#8217;s fairly simply, the error message says that there is already an entry with the ID 127 in the database.
The problem is the size of the SQL field. A signed TinyINT can only save entries from -127 to 127, an unsigned TinyINT can hold entries that range from 0 to +255.
You can find some more information about it here.
]]></description>
			<content:encoded><![CDATA[<p>Well I&#8217;m not so familar with SQL, that&#8217;s why I was struggling with that problems for about 10 minutes. Actually it&#8217;s fairly simply, the error message says that there is already an entry with the ID 127 in the database.<br />
The problem is the size of the SQL field. A signed TinyINT can only save entries from -127 to 127, an unsigned TinyINT can hold entries that range from 0 to +255.</p>
<p>You can find some more information about it <a href="http://www.faqts.com/knowledge_base/view.phtml/aid/1256/fid/229"  target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/duplicate-entry-127-for-key-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
