Internal .Net Framework Data Provider Error 30

K

Klaudiusz Bryja

Hi

I connect to Oracle 9.2 using System.Data.OracleClient. I call stored
procedures and in cmd.ExecuteNonQuery I get error:

"Internal .Net Framework Data Provider Error 30."

StackTrace:
in System.Data.ProviderBase.DbBuffer.Validate(Int32 offset, Int32
count)
in System.Data.ProviderBase.DbBuffer.PtrToStringUni(Int32 offset)
in
System.Data.OracleClient.OracleException.CreateException(OciErrorHandle
errorHandle, Int32 rc)
in System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle
errorHandle, Int32 rc)
in System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle
statementHandle, CommandBehavior behavior, Boolean needRowid,
OciRowidDescriptor& rowidDescriptor, ArrayList&
resultParameterOrdinals)
in
System.Data.OracleClient.OracleCommand.ExecuteNonQueryInternal(Boolean
needRowid, OciRowidDescriptor& rowidDescriptor)
in System.Data.OracleClient.OracleCommand.ExecuteNonQuery()

What does this error mean?

Regards,
Klaudiusz
 

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