 




<?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: Delete query in Embedded SQL</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/delete-querry-in-embedded-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-querry-in-embedded-sql/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 16:01:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ramvishakramesh</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-querry-in-embedded-sql/#comment-108422</link>
		<dc:creator>ramvishakramesh</dc:creator>
		<pubDate>Wed, 13 Jun 2012 11:01:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-108422</guid>
		<description><![CDATA[SQLERRD(3) is a part of SQLCA]]></description>
		<content:encoded><![CDATA[<p>SQLERRD(3) is a part of SQLCA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-querry-in-embedded-sql/#comment-107898</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 30 May 2012 22:41:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-107898</guid>
		<description><![CDATA[&lt;i&gt;This field is part of the SQLDA data structure...&lt;/i&gt;

Minor typo? But the student/interviewee can track down the appropriate data structure from the information given.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>This field is part of the SQLDA data structure&#8230;</i></p>
<p>Minor typo? But the student/interviewee can track down the appropriate data structure from the information given.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigkat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-querry-in-embedded-sql/#comment-107879</link>
		<dc:creator>bigkat</dc:creator>
		<pubDate>Wed, 30 May 2012 15:07:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-107879</guid>
		<description><![CDATA[The field SQLER3 will contain the number of rows affected.  This field is part of the SQLDA data structure populated for each SQL statement executed.  In RPG(LE) programs, this data structure is automatically available to you.]]></description>
		<content:encoded><![CDATA[<p>The field SQLER3 will contain the number of rows affected.  This field is part of the SQLDA data structure populated for each SQL statement executed.  In RPG(LE) programs, this data structure is automatically available to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigkat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-querry-in-embedded-sql/#comment-107878</link>
		<dc:creator>bigkat</dc:creator>
		<pubDate>Wed, 30 May 2012 15:03:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-107878</guid>
		<description><![CDATA[&lt;pre&gt;
C Name
COBOL Name  ILE RPG Name
PL/I Name   RPG/400 Name  Field Value

SQLERRD(3)  SQLERRD(3)    For a CONNECT for status statement, SQLERRD(3) contains
sqlerrd[2]  SQLER3        information about the connection status. See “CONNECT (Type 2)”
                          on page 647 for more information.
                          For INSERT, UPDATE, REFRESH, and DELETE, shows the number
                          of rows affected.
                          For a FETCH statement, SQLERRD(3) contains the number of rows
                          fetched.
                          For the PREPARE statement, contains the estimated number of rows
                          selected. If the number of rows is greater than 2 147 483 647, then 2
                          147 483 647 is returned.&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<pre>
C Name
COBOL Name  ILE RPG Name
PL/I Name   RPG/400 Name  Field Value

SQLERRD(3)  SQLERRD(3)    For a CONNECT for status statement, SQLERRD(3) contains
sqlerrd[2]  SQLER3        information about the connection status. See “CONNECT (Type 2)”
                          on page 647 for more information.
                          For INSERT, UPDATE, REFRESH, and DELETE, shows the number
                          of rows affected.
                          For a FETCH statement, SQLERRD(3) contains the number of rows
                          fetched.
                          For the PREPARE statement, contains the estimated number of rows
                          selected. If the number of rows is greater than 2 147 483 647, then 2
                          147 483 647 is returned.</pre>
]]></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.021 seconds using memcached
Object Caching 310/313 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 16:03:03 -->