Problems with Arrays

Carlos

Member
We have problems with Arrays sended to Oracle. Once we have filled Arrays in Delphi and they are sended to Oracle, sometimes Oracle does not receive these values. Usually, Oracle does not receive one ocurrence of one array, but the rest of the array is received.
 
What kind of array is this? A PL/SQL Table, Array DML records, a VARRAY?

------------------
Marco Kalter
Allround Automations
 
The kind of array is PL/SQL TABLE. I want to send more data about the System.
We have :
- Oracle 8.1.5 on Server AIX
- Web Server Netscape 3.6 Enterprise Server with Oracle Client 8.1.5 on NT. Cgi-bin are Delphi DLL
 
If the problem is predictable, perhaps you can send me a demo project by e-mail to reproduce this.

------------------
Marco Kalter
Allround Automations
 
Back
Top