|
|||||
function | SQLGetVectorAsStream |
Related Syntax | Other Library Functions |
Library: ODBC
Include: omodbc.xin |
Returns: String
The entire contents of the data buffer. |
define external stream function SQLGetVectorAsStream ( read-only SQL_vector_type Vector )
Retrieves the entire contents of the SQL_vector_type variable's data contents as a stream. This method allows you to retrieve any type of data, binary or text, from the data buffer.
Input argument:
---- |