<?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"
	>
<channel>
	<title>Comments on: Using a database with ajaxed</title>
	<atom:link href="http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/</link>
	<description>hot talk about web scripting</description>
	<pubDate>Wed, 07 Jan 2009 08:52:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: venkat</title>
		<link>http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-9630</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Thu, 01 Jan 2009 14:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-9630</guid>
		<description>Where can I get the working example for displaying data in DataTable ?
Please help...</description>
		<content:encoded><![CDATA[<p>Where can I get the working example for displaying data in DataTable ?<br />
Please help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-9317</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 19 Aug 2008 11:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-9317</guid>
		<description>Hi

Great stuff, works brilliantly.

I'm trying to use the scriptaculous InPlaceEditor with the Ajaxed library,
and I'm not sure how a can call the ajaxed.callback using the InPlaceEditor.
Does anyone know how to link the 2 together? Any help would be greatly appreciated

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Great stuff, works brilliantly.</p>
<p>I&#8217;m trying to use the scriptaculous InPlaceEditor with the Ajaxed library,<br />
and I&#8217;m not sure how a can call the ajaxed.callback using the InPlaceEditor.<br />
Does anyone know how to link the 2 together? Any help would be greatly appreciated</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donnie</title>
		<link>http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-9143</link>
		<dc:creator>Donnie</dc:creator>
		<pubDate>Sat, 02 Aug 2008 12:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-9143</guid>
		<description>I need to pass a variable to function loaded(recs), but am having what I think are syntax problems.

I have a variable number of rows that are all identical except for the row number is at the end of each form.field (eg. document.form.Price2).  How can I get the variable passed into the loaded function for use?

function BarCodeLookup(x,recs) {
    var Condition = document.frm.Inventory_Condition_GUID[x];
    var Type = document.frm.Inventory_Type_GUID[x];
    var Size = document.frm.Inventory_Size_GUID[x];</description>
		<content:encoded><![CDATA[<p>I need to pass a variable to function loaded(recs), but am having what I think are syntax problems.</p>
<p>I have a variable number of rows that are all identical except for the row number is at the end of each form.field (eg. document.form.Price2).  How can I get the variable passed into the loaded function for use?</p>
<p>function BarCodeLookup(x,recs) {<br />
    var Condition = document.frm.Inventory_Condition_GUID[x];<br />
    var Type = document.frm.Inventory_Type_GUID[x];<br />
    var Size = document.frm.Inventory_Size_GUID[x];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin dismore</title>
		<link>http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8968</link>
		<dc:creator>Justin dismore</dc:creator>
		<pubDate>Sat, 19 Jul 2008 23:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8968</guid>
		<description>Thanks!!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8960</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Sat, 19 Jul 2008 03:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8960</guid>
		<description>btw Justin in your case i would also recommend to parse the ID in order to prevent any malicious input:

[asp]
page.return(db.getRecordset("spTT_Timecard_GetTimecardHeaderInfo_2 " &#038; str.parse(page.RF("id"), 0) ))
[/asp]

The &lt;code&gt;str.parse()&lt;/code&gt; method ensures that the value will be an integer. If it cannot be parsed then 0 is returned. if you need the value 0 then just use it with e.g -1


[asp]
page.return(db.getRecordset("spTT_Timecard_GetTimecardHeaderInfo_2 " &#038; str.parse(page.RF("id"), -1) ))
[/asp]

hope its clear ;)</description>
		<content:encoded><![CDATA[<p>btw Justin in your case i would also recommend to parse the ID in order to prevent any malicious input:</p>
<div class="igBar"><span id="lasp-1"><a href="#" onclick="javascript:showCodeTxt('asp-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">ASP:</span>
<div id="asp-1">
<div class="asp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">page.<span style="color:#9900CC;">return</span><span style="color:#006600; font-weight:bold;">&#40;</span>db.<span style="color:#9900CC;">getRecordset</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC0000;">"spTT_Timecard_GetTimecardHeaderInfo_2 "</span> &amp; str.<span style="color:#9900CC;">parse</span><span style="color:#006600; font-weight:bold;">&#40;</span>page.<span style="color:#9900CC;">RF</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC0000;">"id"</span><span style="color:#006600; font-weight:bold;">&#41;</span>, <span style="color:#800000;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>The <code>str.parse()</code> method ensures that the value will be an integer. If it cannot be parsed then 0 is returned. if you need the value 0 then just use it with e.g -1</p>
<div class="igBar"><span id="lasp-2"><a href="#" onclick="javascript:showCodeTxt('asp-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">ASP:</span>
<div id="asp-2">
<div class="asp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">page.<span style="color:#9900CC;">return</span><span style="color:#006600; font-weight:bold;">&#40;</span>db.<span style="color:#9900CC;">getRecordset</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC0000;">"spTT_Timecard_GetTimecardHeaderInfo_2 "</span> &amp; str.<span style="color:#9900CC;">parse</span><span style="color:#006600; font-weight:bold;">&#40;</span>page.<span style="color:#9900CC;">RF</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC0000;">"id"</span><span style="color:#006600; font-weight:bold;">&#41;</span>, -<span style="color:#800000;color:#800000;">1</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>hope its clear ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8959</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Sat, 19 Jul 2008 03:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8959</guid>
		<description>justin, to access the param you use page.RF(fieldname). i use the name ID in the example:

[asp]
page.return(db.getRecordset("spTT_Timecard_GetTimecardHeaderInfo_2 " &#038; page.RF("id") ))
[/asp]

you have 2 choices to pass the id now to the callback. 

1) give your form tag the id &lt;code&gt;frm&lt;/code&gt;. Then all form fields will be passed to the callback. Thus you would need a form field with the name &lt;code&gt;id&lt;/code&gt;. Example:

[html]
&lt;form id="frm"&gt;
  &lt;input type="text" name="id"&gt;
  &lt;button onclick="ajaxed.callback('getheaderinfo', displayheader)"&gt;load&lt;/button&gt;
&lt;/form&gt;
[/html]

note: you see i am only using two parameters for the function .. as the others are optional and can be omitted.

2) pass the values you need manually using the params parameter

[javascript]
ajaxed.callback('getheaderinfo', displayheader, {id: 10});
//ID taken from a form field named 'id'
//prototypes helper method $F is used
ajaxed.callback('getheaderinfo', displayheader, {id: $F('id')});
[/javascript]

hope that helps you for your further development.
cheers</description>
		<content:encoded><![CDATA[<p>justin, to access the param you use page.RF(fieldname). i use the name ID in the example:</p>
<div class="igBar"><span id="lasp-3"><a href="#" onclick="javascript:showCodeTxt('asp-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">ASP:</span>
<div id="asp-3">
<div class="asp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">page.<span style="color:#9900CC;">return</span><span style="color:#006600; font-weight:bold;">&#40;</span>db.<span style="color:#9900CC;">getRecordset</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC0000;">"spTT_Timecard_GetTimecardHeaderInfo_2 "</span> &amp; page.<span style="color:#9900CC;">RF</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC0000;">"id"</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>you have 2 choices to pass the id now to the callback. </p>
<p>1) give your form tag the id <code>frm</code>. Then all form fields will be passed to the callback. Thus you would need a form field with the name <code>id</code>. Example:</p>
<div class="igBar"><span id="lhtml-4"><a href="#" onclick="javascript:showCodeTxt('html-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-4">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/form.html"><span style="color: #000000; font-weight: bold;">&lt;form</span></a> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">"frm"</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;input</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"text"</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">"id"</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/button.html"><span style="color: #000000; font-weight: bold;">&lt;button</span></a> <span style="color: #000066;">onclick</span>=<span style="color: #ff0000;">"ajaxed.callback('getheaderinfo', displayheader)"</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>load<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/button&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/form&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>note: you see i am only using two parameters for the function .. as the others are optional and can be omitted.</p>
<p>2) pass the values you need manually using the params parameter</p>
<div class="igBar"><span id="ljavascript-5"><a href="#" onclick="javascript:showCodeTxt('javascript-5'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVASCRIPT:</span>
<div id="javascript-5">
<div class="javascript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ajaxed.<span style="color: #006600;">callback</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'getheaderinfo'</span>, displayheader, <span style="color: #66cc66;">&#123;</span>id: <span style="color: #CC0000;color:#800000;">10</span><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900; font-style: italic;">//ID taken from a form field named 'id'</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900; font-style: italic;">//prototypes helper method $F is used</span></div>
</li>
<li style="font-weight: bold;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ajaxed.<span style="color: #006600;">callback</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'getheaderinfo'</span>, displayheader, <span style="color: #66cc66;">&#123;</span>id: $F<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'id'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>hope that helps you for your further development.<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Dismore</title>
		<link>http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8953</link>
		<dc:creator>Justin Dismore</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8953</guid>
		<description>Here's another question for you!

the following code is in my callback sub:

[vbscript]
page.return(db.getRecordset("spTT_Timecard_GetTimecardHeaderInfo_2 3198" ))
[/vbscript]

currently the 3198 sp param is hardcoded.  I need this parameter to be passed to my callback sub. 

How would I do that?

once again here is the javascript call to the callback sub:

[code]
ajaxed.callback('getheaderinfo', displayheader, null, null, 'timecard.asp');
[/code]

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Here's another question for you!</p>
<p>the following code is in my callback sub:</p>
<p>[vbscript]<br />
page.return(db.getRecordset("spTT_Timecard_GetTimecardHeaderInfo_2 3198" ))<br />
[/vbscript]</p>
<p>currently the 3198 sp param is hardcoded.  I need this parameter to be passed to my callback sub. </p>
<p>How would I do that?</p>
<p>once again here is the javascript call to the callback sub:</p>
<div class="igBar"><span id="lcode-6"><a href="#" onclick="javascript:showCodeTxt('code-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-6">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ajaxed.<span style="">callback</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC0000;">'getheaderinfo'</span>, displayheader, null, null, <span style="color:#CC0000;">'timecard.asp'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8942</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Thu, 17 Jul 2008 23:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8942</guid>
		<description>justin btw: the escaping with hex is okay .. it escapes the &lt;code&gt;/&lt;/code&gt; char within the data. thats by JSON definition</description>
		<content:encoded><![CDATA[<p>justin btw: the escaping with hex is okay .. it escapes the <code>/</code> char within the data. thats by JSON definition</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8941</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Thu, 17 Jul 2008 23:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8941</guid>
		<description>justin you were fast finding the mistake . .i couldnt even get a chance to help :) btw: the returned JSON seems to be incorrect as there are two } in the end...

&lt;code&gt;
{"root":["compname":"Brandrund Furniture Inc", "jobname":"Marketing Coordinator", "jobid":4669, "asssup":"John Smith", "asseml":"john@brandrund.com", "csup": "Samantha Smith", "cpeml":"samantha@testcorp.com","":"6\u002F17\u002F2007"}]}
&lt;/code&gt;

do you recognize them? is that really what comes back or is it just a typo from your side?</description>
		<content:encoded><![CDATA[<p>justin you were fast finding the mistake . .i couldnt even get a chance to help :) btw: the returned JSON seems to be incorrect as there are two } in the end...</p>
<p><code><br />
{"root":["compname":"Brandrund Furniture Inc", "jobname":"Marketing Coordinator", "jobid":4669, "asssup":"John Smith", "asseml":"john@brandrund.com", "csup": "Samantha Smith", "cpeml":"samantha@testcorp.com","":"6\u002F17\u002F2007"}]}<br />
</code></p>
<p>do you recognize them? is that really what comes back or is it just a typo from your side?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Dismore</title>
		<link>http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8937</link>
		<dc:creator>Justin Dismore</dc:creator>
		<pubDate>Thu, 17 Jul 2008 17:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/16/using-a-database-with-ajaxed/#comment-8937</guid>
		<description>Hello All,

This was the problem for me....

[javascript]
ajaxed.callback('getheaderinfo', 'displayheader', null, null, 'timecard.asp');
[/javascript]

SHOULD BE:

[javascript]
ajaxed.callback('getheaderinfo', displayheader, null, null, 'timecard.asp');
[/javascript]

Notice that the second param of the callback function in the 2nd statement has no single quotes around the func (2nd) parameter?

Now I can move forward very quickly.

Thanks again.  PS: your code handles stored procedures just fine.</description>
		<content:encoded><![CDATA[<p>Hello All,</p>
<p>This was the problem for me....</p>
<div class="igBar"><span id="ljavascript-7"><a href="#" onclick="javascript:showCodeTxt('javascript-7'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVASCRIPT:</span>
<div id="javascript-7">
<div class="javascript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ajaxed.<span style="color: #006600;">callback</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'getheaderinfo'</span>, <span style="color: #3366CC;">'displayheader'</span>, <span style="color: #003366; font-weight: bold;">null</span>, <span style="color: #003366; font-weight: bold;">null</span>, <span style="color: #3366CC;">'timecard.asp'</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>SHOULD BE:</p>
<div class="igBar"><span id="ljavascript-8"><a href="#" onclick="javascript:showCodeTxt('javascript-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVASCRIPT:</span>
<div id="javascript-8">
<div class="javascript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ajaxed.<span style="color: #006600;">callback</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'getheaderinfo'</span>, displayheader, <span style="color: #003366; font-weight: bold;">null</span>, <span style="color: #003366; font-weight: bold;">null</span>, <span style="color: #3366CC;">'timecard.asp'</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Notice that the second param of the callback function in the 2nd statement has no single quotes around the func (2nd) parameter?</p>
<p>Now I can move forward very quickly.</p>
<p>Thanks again.  PS: your code handles stored procedures just fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
