fetch

Component Integration Services includes changes to the fetch command.

See also fetch, close, deallocate cursor, declare cursor, and open in the Reference Manual: Procedures

Server Class ASEnterprise

If the cursor is read only, Component Integration Services sends a language request to the remote server when the first fetch is received after the cursor is opened. Otherwise, Component Integration Services declares a cursor to the remote server by means of Client-Library.

Server Class ASAnywhere

Handling of the fetch statement is the same as for ASEnterprise.

Server Class ASIQ

Component Integration Services sends a language request to the remote server when the first fetch is requested after the cursor is opened.

Server Class direct_connect

Component Integration Services treats servers in this class the same as servers in ASEnterprise.