Returns the value of the text or image pointer for a column in the current row.
LPCDBBINARY dbtxptr (
PDBPROCESS dbproc,
INT column );
where
A DBBINARY pointer to the text or image pointer for the column. This pointer can be NULL.
Every database column of type SQLTEXT or SQLIMAGE has an associated text pointer that uniquely identifies the text or image value. Use this text pointer with dbwritetext. Call dbtxptr only after dbnextrow or dbgetrow has returned reg_row.
Important Do not modify this identifier in any way. Modifying the identifier can cause unpredictable results.
Text pointers are of fixed length and can be NULL when the text or image value is NULL.
dbreadtext, dbtxtimestamp, dbwritetext