Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Dynamic Sql Method 4
I am trying to use the Dynamic SQL Method 4 ( chapter 14/15 Pro*C/C++ Precompiler manual)in my Pro*C application and facing the following problem:
When i use Array fetch into the SQL Descriptor area it core dumps (on Sun Solaris) when the array size is > 100 or so. Oracle has supplied with a few samples - i modelled it on sample12.pc, which is very simple - coercing all data types to Character (i.e the T[i] is set to 1). I cannot coerce all data types to 1, instead i need to coerce all number datatype to either int ( 3 ) or float ( 4 ), depending on the scale. I have a feeling, the core dumping is due to this. Is this a known bug and a patch available??
Does anybody have any clue on this.
thanks in advance. Please cc to anirban_at_ans.net
anirban Received on Mon Jun 19 2000 - 00:00:00 CDT
![]() |
![]() |