G
Guest
I have a typed dataset which contains data I want to send to the database.
I created an OracleDataAdapter and have set the correspond OracleCommands.
In oracle there are the required procedures.
When I call 'Update', I always get the error 'String buffer too small' . I
already set the size of all parameters that correspond to a VARCHAR2
variable, to eg.50. But that was not the solution.
Can anybody give me some more help or tips that could solve the problem?
Some more info;
Oracle 9.2.0.6 on the server
Oracle 9.2.0.4.1 on the client.
Using ODP.NET
Thanks,
Kris
I created an OracleDataAdapter and have set the correspond OracleCommands.
In oracle there are the required procedures.
When I call 'Update', I always get the error 'String buffer too small' . I
already set the size of all parameters that correspond to a VARCHAR2
variable, to eg.50. But that was not the solution.
Can anybody give me some more help or tips that could solve the problem?
Some more info;
Oracle 9.2.0.6 on the server
Oracle 9.2.0.4.1 on the client.
Using ODP.NET
Thanks,
Kris