URGENT: Oracle: String buffer too small

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
 
G

Guest

Oracle.DataAccess.Client.OracleException : ORA-06502: PL/SQL: numeric or
value error: character string buffer too small
ORA-06512: at line 1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top