<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"
	>
<channel>
	<title>Comments on: Lesson 101 for SQL Query in VB</title>
	<atom:link href="http://www.hugolim.com/2007/07/lesson-101-for-sql-query-in-vb/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hugolim.com/2007/07/lesson-101-for-sql-query-in-vb</link>
	<description>photography, travel, technology</description>
	<lastBuildDate>Sun, 14 Mar 2010 12:24:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: abukaka</title>
		<link>http://www.hugolim.com/2007/07/lesson-101-for-sql-query-in-vb/comment-page-1#comment-1065</link>
		<dc:creator>abukaka</dc:creator>
		<pubDate>Tue, 14 Aug 2007 16:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.hugolim.com/2007/07/25/lesson-101-for-sql-query-in-vb/#comment-1065</guid>
		<description>hmmm.....I got another function to replace &#039; with &#039;&#039;

Anyway I&#039;m not using OleDB, I&#039;m using ADODB</description>
		<content:encoded><![CDATA[<p>hmmm&#8230;..I got another function to replace &#8216; with &#8221;</p>
<p>Anyway I&#8217;m not using OleDB, I&#8217;m using ADODB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo Lim</title>
		<link>http://www.hugolim.com/2007/07/lesson-101-for-sql-query-in-vb/comment-page-1#comment-1062</link>
		<dc:creator>Hugo Lim</dc:creator>
		<pubDate>Tue, 14 Aug 2007 01:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.hugolim.com/2007/07/25/lesson-101-for-sql-query-in-vb/#comment-1062</guid>
		<description>[quote comment=&quot;1060&quot;]&lt;p&gt;I&#039;m using this way&lt;/p&gt;
&lt;p&gt;Dim str As String = “SELECT * FROM admin WHERE id = @ID AND password = @PASS“&lt;/p&gt;
&lt;p&gt;str = str.replace(&quot;@ID&quot;, id)

str = str.replace(&quot;@PASS&quot;, id)&lt;/p&gt;[/quote]

wont this have problem with..let say..single quote?</description>
		<content:encoded><![CDATA[<p>[quote comment="1060"]
<p>I&#8217;m using this way</p>
<p>Dim str As String = “SELECT * FROM admin WHERE id = @ID AND password = @PASS“</p>
<p>str = str.replace(&#8220;@ID&#8221;, id)</p>
<p>str = str.replace(&#8220;@PASS&#8221;, id)</p>
<p>[/quote]</p>
<p>wont this have problem with..let say..single quote?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abukaka</title>
		<link>http://www.hugolim.com/2007/07/lesson-101-for-sql-query-in-vb/comment-page-1#comment-1060</link>
		<dc:creator>abukaka</dc:creator>
		<pubDate>Tue, 14 Aug 2007 01:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.hugolim.com/2007/07/25/lesson-101-for-sql-query-in-vb/#comment-1060</guid>
		<description>&lt;p&gt;I&#039;m using this way&lt;/p&gt;
&lt;p&gt;Dim str As String = “SELECT * FROM admin WHERE id = @ID AND password = @PASS“&lt;/p&gt;
&lt;p&gt;str = str.replace(&quot;@ID&quot;, id)&lt;br /&gt;
str = str.replace(&quot;@PASS&quot;, id)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m using this way</p>
<p>Dim str As String = “SELECT * FROM admin WHERE id = @ID AND password = @PASS“</p>
<p>str = str.replace(&#8220;@ID&#8221;, id)<br />
str = str.replace(&#8220;@PASS&#8221;, id)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
