<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Accessing MySQL on NetBeans using JDBC, Part II: Perform SQL Operations</title>
	<atom:link href="http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/</link>
	<description>Just another IT weblog</description>
	<lastBuildDate>Wed, 10 Mar 2010 15:43:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: halima</title>
		<link>http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/comment-page-1/#comment-6154</link>
		<dc:creator>halima</dc:creator>
		<pubDate>Mon, 08 Mar 2010 10:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/#comment-6154</guid>
		<description>hey i retrieved all da records from the database in an table(i hav 5 columns i.e,- rollnumber,name,father&#039;s name,address,ph).I have made da rollnumber as an link, so when i click on one particular rollnumber i should get all da columns of dat record in an table so dat i can edit and update it using servlet...
How to do it....???</description>
		<content:encoded><![CDATA[<p>hey i retrieved all da records from the database in an table(i hav 5 columns i.e,- rollnumber,name,father&#8217;s name,address,ph).I have made da rollnumber as an link, so when i click on one particular rollnumber i should get all da columns of dat record in an table so dat i can edit and update it using servlet&#8230;<br />
How to do it&#8230;.???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halima</title>
		<link>http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/comment-page-1/#comment-6150</link>
		<dc:creator>halima</dc:creator>
		<pubDate>Sat, 06 Mar 2010 14:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/#comment-6150</guid>
		<description>hey i tried in other system ,its working perfectly but i dont know wat&#039;s da error....
plz help me with other query to retrieve a record , whatever user selects...</description>
		<content:encoded><![CDATA[<p>hey i tried in other system ,its working perfectly but i dont know wat&#8217;s da error&#8230;.<br />
plz help me with other query to retrieve a record , whatever user selects&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sitti</title>
		<link>http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/comment-page-1/#comment-6138</link>
		<dc:creator>Sitti</dc:creator>
		<pubDate>Fri, 05 Mar 2010 07:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/#comment-6138</guid>
		<description>Thank linglom.. great help... I&#039;m able to start working on it.. ♥</description>
		<content:encoded><![CDATA[<p>Thank linglom.. great help&#8230; I&#8217;m able to start working on it.. ♥</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/comment-page-1/#comment-6131</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/#comment-6131</guid>
		<description>Hi, Halima

I suggest you print out your query on output window and copy it to run on SQL Server directly to see if there is any error or not.</description>
		<content:encoded><![CDATA[<p>Hi, Halima</p>
<p>I suggest you print out your query on output window and copy it to run on SQL Server directly to see if there is any error or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halima</title>
		<link>http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/comment-page-1/#comment-6125</link>
		<dc:creator>halima</dc:creator>
		<pubDate>Wed, 03 Mar 2010 14:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/#comment-6125</guid>
		<description>hey the records are getting inserted in table properly,but when i am trying to retrieve  a single row i am getting a blank page. when i retrieve da whole table it is retrieving... but for one particular row it is not....
my query is : &quot;select * from stu_detail where std_rollno=+ num +&quot;
( String num=request.getParameter(&quot;stdrollnumber&quot;);
when i enter student roll number i am supposed to get student name,father&#039;s name,address and contact no in the same page inside the textboxes.</description>
		<content:encoded><![CDATA[<p>hey the records are getting inserted in table properly,but when i am trying to retrieve  a single row i am getting a blank page. when i retrieve da whole table it is retrieving&#8230; but for one particular row it is not&#8230;.<br />
my query is : &#8220;select * from stu_detail where std_rollno=+ num +&#8221;<br />
( String num=request.getParameter(&#8220;stdrollnumber&#8221;);<br />
when i enter student roll number i am supposed to get student name,father&#8217;s name,address and contact no in the same page inside the textboxes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/comment-page-1/#comment-6112</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Tue, 02 Mar 2010 02:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/#comment-6112</guid>
		<description>Hi, Sitti
First, I thought that your MySQL is on remote machine. So if it on the local machine, I suggest you to change the connection string &quot;localhost&quot; to your real ip address of the machine.

Also, have you forgot username and password on the connection string?</description>
		<content:encoded><![CDATA[<p>Hi, Sitti<br />
First, I thought that your MySQL is on remote machine. So if it on the local machine, I suggest you to change the connection string &#8220;localhost&#8221; to your real ip address of the machine.</p>
<p>Also, have you forgot username and password on the connection string?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sitti</title>
		<link>http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/comment-page-1/#comment-6100</link>
		<dc:creator>Sitti</dc:creator>
		<pubDate>Fri, 26 Feb 2010 09:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/#comment-6100</guid>
		<description>Hi linglom,
Nothing change when I disable the firewall... How do i check for if MySQL is accepting the connection?? Is my connection string correct?? =)

try
       {
            Class.forName(&quot;com.mysql.jdbc.Driver&quot;);
            String connectionUrl = &quot;jdbc:mysql://localhost/Northwinds?;&quot;;
            Connection con = DriverManager.getConnection(connectionUrl);
       }
       catch (SQLException e)
        {
            System.out.println(&quot;SQL Exception: &quot;+ e.toString());
        }
       catch (ClassNotFoundException cE)
        {
            System.out.println(&quot;Class Not Found Exception: &quot;+ cE.toString());
        }</description>
		<content:encoded><![CDATA[<p>Hi linglom,<br />
Nothing change when I disable the firewall&#8230; How do i check for if MySQL is accepting the connection?? Is my connection string correct?? =)</p>
<p>try<br />
       {<br />
            Class.forName(&#8220;com.mysql.jdbc.Driver&#8221;);<br />
            String connectionUrl = &#8220;jdbc:mysql://localhost/Northwinds?;&#8221;;<br />
            Connection con = DriverManager.getConnection(connectionUrl);<br />
       }<br />
       catch (SQLException e)<br />
        {<br />
            System.out.println(&#8220;SQL Exception: &#8220;+ e.toString());<br />
        }<br />
       catch (ClassNotFoundException cE)<br />
        {<br />
            System.out.println(&#8220;Class Not Found Exception: &#8220;+ cE.toString());<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/comment-page-1/#comment-6096</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Fri, 26 Feb 2010 03:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/#comment-6096</guid>
		<description>Hi, Sitti
Check if the MySQL is accepting the connection from your application. Or if there is any firewall blocking.</description>
		<content:encoded><![CDATA[<p>Hi, Sitti<br />
Check if the MySQL is accepting the connection from your application. Or if there is any firewall blocking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sitti</title>
		<link>http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/comment-page-1/#comment-6090</link>
		<dc:creator>Sitti</dc:creator>
		<pubDate>Thu, 25 Feb 2010 06:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/#comment-6090</guid>
		<description>I followed ur instruction step by step.. it successfully build but fail to run.. 

SQL Exception: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure.

The last packet sent successfully to the server was 0ms ago. The driver has not received any packets from the server.


Why is this so? What should I check in this case?

Java Beginner</description>
		<content:encoded><![CDATA[<p>I followed ur instruction step by step.. it successfully build but fail to run.. </p>
<p>SQL Exception: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure.</p>
<p>The last packet sent successfully to the server was 0ms ago. The driver has not received any packets from the server.</p>
<p>Why is this so? What should I check in this case?</p>
<p>Java Beginner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/comment-page-1/#comment-5006</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Wed, 06 Jan 2010 03:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2008/01/16/accessing-mysql-on-netbeans-using-jdbc-part-ii-perform-sql-operations/#comment-5006</guid>
		<description>Hi, Veronica
Is there any error message? First, you should try to test if the SQL query&#039;s syntax is correct by print out the query to console window and copy it to run on the SQL Server.</description>
		<content:encoded><![CDATA[<p>Hi, Veronica<br />
Is there any error message? First, you should try to test if the SQL query&#8217;s syntax is correct by print out the query to console window and copy it to run on the SQL Server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
