Dynamic sql & CLOBs


[ Follow Ups ] [ Post Followup ] [ Message Board ]

Posted by 'Joe Longo' on June 05, 2001 at 17:57:03 EST:

Hi

I currently have a proc*C++ class that makes use of Oracle dynamic
sql 4. It gets a query that it knows nothing about & executes it, then returns the rows to the calling routine. This works fine
with all data types except LOBs. The documentation states that you
must use ANSI (as opposed to Oracle)dynamic sql to work with LOBs, but then gives NO good examples of how to do this. Can anyone help??


Follow Ups:



Post a Followup


Name:
E-Mail:
Subject:

Message:


[ Follow Ups ] [ Post Followup ] [ Message Board ]