|
||||||||||
|
|
||||||||||
| Related Syntax | Other Library Functions | |||||||||
| function | SQLGetArrayAsStream |
|
|
Library: omodbc - low-level ODBC support
Include: omodbc.xin |
Return type: String Returns: The entire contents of the data buffer. |
define external stream function SQLGetArrayAsStream
( read-only SQL_array_type Array,
value integer 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:
| ---- |