What are valid values for ObjectTypeName property of OracleParameter?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
devendrachitale
Posts: 3
Joined: Wed 13 Sep 2006 08:55
Location: india

What are valid values for ObjectTypeName property of OracleParameter?

Post by devendrachitale » Thu 14 Sep 2006 14:07

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!

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 15 Sep 2006 07:00

You should specify the name for the Oracle object type you had created.
Take a look at ObjectDataSet sample.

Post Reply