<?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>s2sgateway &#187; my sql</title>
	<atom:link href="http://s2sgateway.com/category/my-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://s2sgateway.com</link>
	<description>Practical Learning of Programming languages such us j2ee,java,jsp</description>
	<lastBuildDate>Sat, 21 Jan 2012 18:55:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>pagination in jsp,java</title>
		<link>http://s2sgateway.com/my-sql/pagination-in-jspjava/</link>
		<comments>http://s2sgateway.com/my-sql/pagination-in-jspjava/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 11:02:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[J2EE codes]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[my sql]]></category>
		<category><![CDATA[projects download]]></category>
		<category><![CDATA[how to create pagination in jsp]]></category>
		<category><![CDATA[how to limit no of values to be retreived from database]]></category>
		<category><![CDATA[how to remove duplicate values from database]]></category>
		<category><![CDATA[LIMIT in mysql]]></category>
		<category><![CDATA[mysql connection error]]></category>
		<category><![CDATA[need a bank project in vb click here]]></category>
		<category><![CDATA[pagination in jsp]]></category>
		<category><![CDATA[paging in jsp]]></category>
		<category><![CDATA[retrieving values in jsp]]></category>
		<category><![CDATA[retrieving values in mysql]]></category>
		<category><![CDATA[simple pagiantion with struts]]></category>
		<category><![CDATA[simple pagination in java]]></category>
		<category><![CDATA[simple pagination in jsp with hibernate]]></category>
		<category><![CDATA[too]]></category>
		<category><![CDATA[too many connection]]></category>
		<category><![CDATA[too many connection error]]></category>
		<category><![CDATA[too many connection in tomcat]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=405</guid>
		<description><![CDATA[pagination in jsp,java is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/pagination-in-jspjava/">pagination in jsp,java</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[pagination in jsp,java is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/pagination-in-jspjava/">pagination in jsp,java</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/my-sql/pagination-in-jspjava/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Finding/removing duplicate values from database using sql</title>
		<link>http://s2sgateway.com/my-sql/findingremoving-duplicate-values-from-database-using-sql/</link>
		<comments>http://s2sgateway.com/my-sql/findingremoving-duplicate-values-from-database-using-sql/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 09:34:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jsp]]></category>
		<category><![CDATA[my sql]]></category>
		<category><![CDATA[exclude repeated values from database]]></category>
		<category><![CDATA[finding duplicate in database]]></category>
		<category><![CDATA[original value in mysql]]></category>
		<category><![CDATA[query to find duplicate]]></category>
		<category><![CDATA[query to remove duplicated]]></category>
		<category><![CDATA[remove duplicate values]]></category>
		<category><![CDATA[removing duplicate in mysql]]></category>
		<category><![CDATA[show only original values]]></category>
		<category><![CDATA[show value once in dropdown]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=396</guid>
		<description><![CDATA[Today we are going to learn how to exclude/remove the duplicate values from database.This is useful when you want to exclude the duplicate values and show only values that can&#8217;t be repeated in dropdownbox or whatever use. There is a nice query out there look below &#8220;select * from tablename group by fieldname having(count(*)>1)&#8221; Here [...]<p><a href="http://s2sgateway.com/my-sql/findingremoving-duplicate-values-from-database-using-sql/">Finding/removing duplicate values from database using sql</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Today we are going to learn how to exclude/remove the duplicate values from database.This is useful when you want to exclude the duplicate values and show only values that can&#8217;t be repeated in dropdownbox or whatever use.<br />
There is a nice query out there look below<br />
<font color="maroon">&#8220;select * from tablename group by fieldname having(count(*)>1)&#8221;</font><br />
Here the values same more than once are excluded,any doubt comment us happy coding</p>
<p><a href="http://s2sgateway.com/my-sql/findingremoving-duplicate-values-from-database-using-sql/">Finding/removing duplicate values from database using sql</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/my-sql/findingremoving-duplicate-values-from-database-using-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exception:com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column</title>
		<link>http://s2sgateway.com/my-sql/exceptioncom-mysql-jdbc-mysqldatatruncation-data-truncation-data-too-long-for-column/</link>
		<comments>http://s2sgateway.com/my-sql/exceptioncom-mysql-jdbc-mysqldatatruncation-data-truncation-data-too-long-for-column/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 06:01:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jsp]]></category>
		<category><![CDATA[my sql]]></category>
		<category><![CDATA[com.mysql.jdbc.MysqlDataTruncation]]></category>
		<category><![CDATA[Data too long for column 'columnname' at row 1]]></category>
		<category><![CDATA[Data truncation]]></category>
		<category><![CDATA[java errors]]></category>
		<category><![CDATA[jdbc errors]]></category>
		<category><![CDATA[jdbc exception]]></category>
		<category><![CDATA[mysql errors]]></category>
		<category><![CDATA[no suitable driver found error]]></category>
		<category><![CDATA[no sutable driver found for jdbc error]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=344</guid>
		<description><![CDATA[Exception:com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/exceptioncom-mysql-jdbc-mysqldatatruncation-data-truncation-data-too-long-for-column/">Exception:com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[Exception:com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/exceptioncom-mysql-jdbc-mysqldatatruncation-data-truncation-data-too-long-for-column/">Exception:com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/my-sql/exceptioncom-mysql-jdbc-mysqldatatruncation-data-truncation-data-too-long-for-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup database of mysql using bat</title>
		<link>http://s2sgateway.com/my-sql/how-to-backup-database-of-mysql-using-bat/</link>
		<comments>http://s2sgateway.com/my-sql/how-to-backup-database-of-mysql-using-bat/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 07:13:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[my sql]]></category>
		<category><![CDATA[backup database using batch file]]></category>
		<category><![CDATA[backup mysql database]]></category>
		<category><![CDATA[backup mysql database using bat]]></category>
		<category><![CDATA[backup mysql from command prompt]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=324</guid>
		<description><![CDATA[How to backup database of mysql using bat is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/how-to-backup-database-of-mysql-using-bat/">How to backup database of mysql using bat</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[How to backup database of mysql using bat is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/how-to-backup-database-of-mysql-using-bat/">How to backup database of mysql using bat</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/my-sql/how-to-backup-database-of-mysql-using-bat/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create database and table from jsp page</title>
		<link>http://s2sgateway.com/my-sql/create-database-and-table-from-jsp-page/</link>
		<comments>http://s2sgateway.com/my-sql/create-database-and-table-from-jsp-page/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 11:41:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jsp]]></category>
		<category><![CDATA[my sql]]></category>
		<category><![CDATA[Create database and table from jsp page]]></category>
		<category><![CDATA[database creation automatically]]></category>
		<category><![CDATA[how to create database and table using jsp]]></category>
		<category><![CDATA[jsp coding]]></category>
		<category><![CDATA[prepared statement in jsp]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=317</guid>
		<description><![CDATA[Create database and table from jsp page is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/create-database-and-table-from-jsp-page/">Create database and table from jsp page</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[Create database and table from jsp page is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/create-database-and-table-from-jsp-page/">Create database and table from jsp page</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/my-sql/create-database-and-table-from-jsp-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error Index out of range 3&gt;2</title>
		<link>http://s2sgateway.com/my-sql/error-index-out-of-range-32/</link>
		<comments>http://s2sgateway.com/my-sql/error-index-out-of-range-32/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 11:52:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[J2EE codes]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[my sql]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=310</guid>
		<description><![CDATA[Error Index out of range 3>2 is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/error-index-out-of-range-32/">Error Index out of range 3>2</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[Error Index out of range 3>2 is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/error-index-out-of-range-32/">Error Index out of range 3>2</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/my-sql/error-index-out-of-range-32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loginform in JSP (Updated)</title>
		<link>http://s2sgateway.com/my-sql/loginform-in-jsp/</link>
		<comments>http://s2sgateway.com/my-sql/loginform-in-jsp/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 00:08:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[J2EE codes]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[my sql]]></category>
		<category><![CDATA[check login in jsp]]></category>
		<category><![CDATA[counter in jsp]]></category>
		<category><![CDATA[form action in jsp]]></category>
		<category><![CDATA[login authentication in jsp]]></category>
		<category><![CDATA[login form in jsp]]></category>
		<category><![CDATA[login form using J2EE]]></category>
		<category><![CDATA[mysql learn]]></category>
		<category><![CDATA[post and get method in jsp]]></category>
		<category><![CDATA[simple form in jsp]]></category>
		<category><![CDATA[user login form in jsp]]></category>
		<category><![CDATA[username and password check in jsp]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=63</guid>
		<description><![CDATA[Loginform in JSP (Updated) is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/loginform-in-jsp/">Loginform in JSP (Updated)</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[Loginform in JSP (Updated) is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/loginform-in-jsp/">Loginform in JSP (Updated)</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/my-sql/loginform-in-jsp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Retrieve values between two numbers in mysql</title>
		<link>http://s2sgateway.com/my-sql/retrieve-values-between-two-numbers-in-mysql/</link>
		<comments>http://s2sgateway.com/my-sql/retrieve-values-between-two-numbers-in-mysql/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 10:13:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[my sql]]></category>
		<category><![CDATA[between command in mysql]]></category>
		<category><![CDATA[learn mysql]]></category>
		<category><![CDATA[mysql tricks]]></category>
		<category><![CDATA[mysql tweaks]]></category>
		<category><![CDATA[retrieve values in mysql]]></category>
		<category><![CDATA[using into in mysql]]></category>
		<category><![CDATA[using select command in mysql]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=253</guid>
		<description><![CDATA[Retrieve values between two numbers in mysql is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/retrieve-values-between-two-numbers-in-mysql/">Retrieve values between two numbers in mysql</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[Retrieve values between two numbers in mysql is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/retrieve-values-between-two-numbers-in-mysql/">Retrieve values between two numbers in mysql</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/my-sql/retrieve-values-between-two-numbers-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to export a csv using INTO syntax of mysql</title>
		<link>http://s2sgateway.com/my-sql/how-to-export-a-csv-using-into-syntax-of-mysql/</link>
		<comments>http://s2sgateway.com/my-sql/how-to-export-a-csv-using-into-syntax-of-mysql/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 06:00:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[my sql]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=225</guid>
		<description><![CDATA[how to export a csv using INTO syntax of mysql is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/how-to-export-a-csv-using-into-syntax-of-mysql/">how to export a csv using INTO syntax of mysql</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[how to export a csv using INTO syntax of mysql is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/how-to-export-a-csv-using-into-syntax-of-mysql/">how to export a csv using INTO syntax of mysql</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/my-sql/how-to-export-a-csv-using-into-syntax-of-mysql/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Sql</title>
		<link>http://s2sgateway.com/my-sql/5/</link>
		<comments>http://s2sgateway.com/my-sql/5/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 02:44:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[my sql]]></category>
		<category><![CDATA[change pass word in mysql]]></category>
		<category><![CDATA[database creation]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[table creation]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=5</guid>
		<description><![CDATA[This site provide help to use mysql a open source in a better way keep visiting see Mysql page. My Sql is a post from: s2sgateway<p><a href="http://s2sgateway.com/my-sql/5/">My Sql</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This site provide help to use mysql a open source in a better way keep visiting see <a href="http://s2sgateway.com/?page_id=7">Mysql</a> page.</p>
<p><a href="http://s2sgateway.com/my-sql/5/">My Sql</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/my-sql/5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


