ifx_lo_tell(lofd, seek_pos)
The function accepts the following arguments.
Argument | Type | Use | Description |
---|---|---|---|
lofd | SQL_INTEGER | Input | Smart-large-object file descriptor |
seek_pos | SQL_BIGINT | I/O | New seek position, which is the offset for the next read or write operation on the smart large object. Instead of using the default Informix ODBC Driver C data type of SQL_C_CHAR for seek_pos, use SQL_C_LONG. For more information, see SQL_BIGINT. |
The ifx_lo_tell() function retrieves the current file or seek position for an open smart large object.
This function works correctly for smart large objects up to 2 gigabytes in size.