If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > How to find updated row count?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-26-10, 07:53
Navi Navi is offline
Registered User
 
Join Date: Apr 2008
Posts: 5
Question How to find updated row count?

Code:
update t_tax 
set desc = paDesc
where code = paCode;
need a help on Informix!!!

is there any mechanism to find updated row count Ex:- in Oracle SQL%ROWCOUNT
Reply With Quote
  #2 (permalink)  
Old 05-01-10, 18:13
bigcalm bigcalm is offline
Registered User
 
Join Date: Jul 2009
Posts: 37
sqlca.sqlerrd[2]

See IBM Informix Dynamic Server v10 Information Center

Of course, if you're separated from the database with a few layers of abstraction, it can be difficult to get this value. Check your driver documentation.
Reply With Quote
  #3 (permalink)  
Old 05-02-10, 05:37
Navi Navi is offline
Registered User
 
Join Date: Apr 2008
Posts: 5
Thanks for the reply I'm using Informix 7.3 so I use this method

dbinfo('sqlca.sqlerrd2')
Reply With Quote
Reply

Tags
informix, sql

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On