|
|||||
function | SQLGetArrayAsStream |
Related Syntax | Other Library Functions |
Library: ODBC
Include: omodbc.xin |
Returns: String
The entire contents of the data buffer. |
define external stream function SQLGetArrayAsStream ( read-only SQL_array_type Array, value counter ElementPos )
Retrieves the entire contents of the specified element in the SQL_array_type variable's data contents as a stream. This retrieval method lets you retrieve any type of binary or text data from the data buffer.
Input arguments:
---- |