|
||||||||||
|
|
||||||||||
| Related Syntax | Other Library Functions | |||||||||
| function | SQLGetVectorAsString |
|
|
Library: omodbc - low-level ODBC support
Include: omodbc.xin |
Return type: String Returns: The null-terminated string value in the data buffer. |
define external stream function SQLGetVectorAsString
( read-only SQL_vector_type Vector )
Retrieves the SQL_vector_type variable's data contents as a stream value. The content of the data area is assumed to be a null-terminated string, so the length of the data does not need to be specified.
| ---- |