Posted by 'Joe Longo' on June 05, 2001 at 17:57:29 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??