|
Re: Count of the records of a table!!!! [message #374895 is a reply to message #374883] |
Tue, 10 July 2001 07:44 |
Stephen
Messages: 26 Registered: January 2000
|
Junior Member |
|
|
Because the count-statement is not save for 100% you can also ask for the error-parameters, even when no error has occured.
fi:
SELECT column1, column2
FROM table1
We ask then for sqlerd(3). In this variable the number of records read is stored.
-> NumberOfRecords = sqlerd(3)
Remark: We work on a OpenVms-platform with Fortran-programs and I think this is a feature of Fortran (I'm not sure)
|
|
|