Post
by Jeff Luther » 24 Nov 2007, 00:05
Posted by: Jeffrey...@gmail.com
You might try increasing the output message buffer (set in SQL.INI;
see the docs for exact wording of this parm. and Unify's Connectivity
PDF for specifics for Oracle) to be sure it is a value > 30K (like 64K
or 128K). As I recall, 'out' is where any statement from the front-end
is buffered before going to the back-end. This *may* be the problem,
though I've never heard of this issue before.
If that doesn't work (and you can't find anything else), then I can
only suggest what you don't want to hear: you will need to rearrange
your appl. so your auto-builds are smaller, or 'filter' your output by
parsing the SQL into 2 statements with 2 Sql Handles and 2 fetches.
Without knowing your code, tough to say which is easier (or which
would be impossible).
What are you into? A single row of data to a form window? Populating a
table window? Query for a report? That may make a difference as to how
easy or difficult it would be.
Best Regards,
Jeff @ PC Design
info. & samples: www.JeffLuther.net/gupta/