SQL to C conversion for ROWID data
You can convert the ROWID SQL data type, SQL_ROWID, to a C data type.
The following table shows information about converting ROWID SQL data to C data.
fCType | Test | rgbValue | pcbValue | SQLSTATE |
---|---|---|---|---|
|
Data length < = cbValueMax | Data | Data length (in bytes) | 00000 |
Data length > cbValueMax | Truncated data | Data length (in bytes) | 01004 |