MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Delete- count of of records deleted

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
suma
Beginner


Joined: 23 Jan 2006
Posts: 65
Topics: 29

PostPosted: Tue Jan 29, 2008 5:09 am    Post subject: Delete- count of of records deleted Reply with quote

Hi all,

Is it possible to count number of records deleted after successfull deletion records from a DB2 table using DELETE sql command.


thanks
Suma
Back to top
View user's profile Send private message
vkphani
Intermediate


Joined: 05 Sep 2003
Posts: 483
Topics: 48

PostPosted: Tue Jan 29, 2008 5:27 am    Post subject: Reply with quote

Suma,

After the succesful execuetion of the sql Check for SQLERRD(3) from SQLCA. It will contain the no. of the rows deleted/updated like below. Here 5 rows are deleted.

Code:
SQLERRD    = 0  0  5  -1  0  0
Back to top
View user's profile Send private message Send e-mail
CZerfas
Intermediate


Joined: 31 Jan 2003
Posts: 211
Topics: 8

PostPosted: Thu Jan 31, 2008 2:59 am    Post subject: Reply with quote

Hello Suma,

unfortunately, the number of rows implicitly deleted due to ON DELETE CASCADE defined relations for referential integrity are not reflected in the above mentioned counter.

Furthermore, if you execute a DELETE statement without a WHERE clause, then this counter is set to -1 , since otherwise the delete itself would consume too much ressources.

redards
Christian
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group