|
|
Archives of the TeradataForum
Message Posted: Thu, 06 Nov 2003 @ 20:50:33 GMT
Subj: | | Re: How does queryman calculates the total number of rows? |
|
From: | | Dempsey, Mike |
Since Queryman uses the base ODBC API calls rather than one of Microsofts 'packaged' products (DAO, RDO, ADO, etc.) it simply calls the
SQLRowCount() function after the SQLExecute() function returns. (There are no 'resultsets' in this case, in the Microsoft use of that
term.)
If you are using one of the 'packaged' products there should be a RowCount property of some kind that can be referenced instead. (That
property would internally call SQLRowCount to get its information.)
Mike Dempsey
Teradata Client software
| |