Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> OracleObjectsForOle(C++)
Hi All
I have a problem using OO4O.
I want to create OParamArray with element size more than 2000.
For example :
OParamArray oArray = GetDatabase()->GetParameters().AddTable ("DATA_TABLE", OPARAMETER_INVAR, OTYPE_VARCHAR2, 5, 4000 ); It's dont work (In result I got closed OParamArray) It's work OK with element size less than 2000.
Is the way to overcome this 2000 limit?
Thanks
Vladimir Received on Mon Mar 15 1999 - 05:26:19 CST
![]() |
![]() |