|
|
Archives of the TeradataForum
Message Posted: Wed, 26 Jul 2006 @ 20:08:16 GMT
Subj: | | Re: Macro call from JDBC for Tactical Queries |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Wednesday, July 26, 2006 16:03 -->
To skip empty result-set one quick way is to find-out number of columns in the current result-set. ODBC has a function SQLNumResultCols()
which can return number of result-set columns, if it returns 0 then you can skip to next result-set. I am sure you should be able to find-out
similar function with JDBC too.
| |