 




<?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: help</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/help-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/help-9/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 19:50:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: vegisekhar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/help-9/#comment-104688</link>
		<dc:creator>vegisekhar</dc:creator>
		<pubDate>Fri, 09 Mar 2012 03:56:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-104688</guid>
		<description><![CDATA[oh thanku sir i will try]]></description>
		<content:encoded><![CDATA[<p>oh thanku sir i will try</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/help-9/#comment-104668</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Thu, 08 Mar 2012 17:49:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-104668</guid>
		<description><![CDATA[The first thing I noticed is that you are reading user input into a variable named &lt;i&gt;s&lt;/i&gt;, but that variable is not used in the rest of your code, so the query you are executing has nothing to do with what the user entered.

Your query is trying to retrieve records in which the fname column is equal to  &#039;s&#039; (as a literal).  If what you want to do is to use the entered text as a condition for the query, you should parameterize your query or (not recommended for security reasons) concatenate the entered value (s variable) in your query string.]]></description>
		<content:encoded><![CDATA[<p>The first thing I noticed is that you are reading user input into a variable named <i>s</i>, but that variable is not used in the rest of your code, so the query you are executing has nothing to do with what the user entered.</p>
<p>Your query is trying to retrieve records in which the fname column is equal to  &#8216;s&#8217; (as a literal).  If what you want to do is to use the entered text as a condition for the query, you should parameterize your query or (not recommended for security reasons) concatenate the entered value (s variable) in your query string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vegisekhar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/help-9/#comment-104658</link>
		<dc:creator>vegisekhar</dc:creator>
		<pubDate>Thu, 08 Mar 2012 15:37:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-104658</guid>
		<description><![CDATA[sir i want to give the condition by giving input suppose retrieve the rows less than &gt; a and that a is input through keyboard if i give 50 it has to retrieve less than 50 if i give 100 than it has to give less than 100 did u get my point ?when  i execute it its not retrieving anything simply it comes out]]></description>
		<content:encoded><![CDATA[<p>sir i want to give the condition by giving input suppose retrieve the rows less than &gt; a and that a is input through keyboard if i give 50 it has to retrieve less than 50 if i give 100 than it has to give less than 100 did u get my point ?when  i execute it its not retrieving anything simply it comes out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/help-9/#comment-104657</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Thu, 08 Mar 2012 14:41:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-104657</guid>
		<description><![CDATA[Vegisekhar, you will have to provide more details.

What &lt;b&gt;exactly &lt;/b&gt;do you mean by &#039;&lt;i&gt;is it possible to &lt;b&gt;give input &lt;/b&gt;and execute it&lt;/i&gt;&#039; ?

&#039;&lt;i&gt;...is not working&lt;/i&gt;&#039;

Are you getting errors ?  If so, what are the error messages ?
How are you trying to run the program ?]]></description>
		<content:encoded><![CDATA[<p>Vegisekhar, you will have to provide more details.</p>
<p>What <b>exactly </b>do you mean by &#8216;<i>is it possible to <b>give input </b>and execute it</i>&#8216; ?</p>
<p>&#8216;<i>&#8230;is not working</i>&#8216;</p>
<p>Are you getting errors ?  If so, what are the error messages ?<br />
How are you trying to run the program ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.008 seconds using memcached
Object Caching 310/313 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 21:34:13 -->