Nonstop Database, HiRDB Version 9 UAP Development Guide

[Contents][Index][Back][Next]

15.6 Notes

Organization of this section
(1) About a cursor in ADO

(1) About a cursor in ADO

In HiRDB, you use the client cursor (adUseClient specified in the CursorLocation property of the RecordSet object) to scroll the cursor down and to update rows in ADO.

You use the server cursor (adUseServer specified in the CursorLocation property of the Recordset object) for all other purposes.

When you execute CALL statements, you must use the server cursor because result sets from procedures are not supported.