Can I define in PRO*C a Clob as a LONG VARCHAR REFERENCE just I can do it for BLOB as LONG VARRAW RE
a developer have to work with a CLOB column in PRO*C and need a structuer(?) how he can define this CLOB in his program. He found an example "sample4.pc" in Pro*C/C++ Programmer's Guide. But this example work with a BLOB column, here the definition in the program:
EXEC SQL TYPE ownLongVarChar_t IS LONG VARRAW REFERENCE;Exists any equivalent for CLOB just likeEXEC SQL TYPE ownLongVarChar_t IS LONG VARCHAR REFERENCE;Many thanks for any answer and please have patience because I'm DBA (and in former times I wrote cobol progams but never C programs) and I ask only for a developer,Brigitte Türk