Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: SQL Interaction and @@ROWCOUNT

$
0
0

The following code works for me:

          exec sql delete Identity_Nummer

                    where Nummer = 0

          end-exec

          declare  rowCount as binary-long.

          exec sql select @@rowcount

                     into :rowCount

          end-exec.


Viewing all articles
Browse latest Browse all 4356

Trending Articles