Page 1 of 1

What are valid values for ObjectTypeName property of OracleParameter?

Posted: Thu 14 Sep 2006 14:07
by devendrachitale
Hi,

I have created an OracleParameter while dealing with a parameterized insert query.

I am setting its DbType as Object. Now while inserting I get an error saying that ObjectTypeName must be specified.

I am not able to find out what are the valid values of ObjectTypeName property.

Can you please tell me some valid values that this property can take?

Thanks in advance!

Posted: Fri 15 Sep 2006 07:00
by Alexey
You should specify the name for the Oracle object type you had created.
Take a look at ObjectDataSet sample.