What are valid values for ObjectTypeName property of OracleParameter?
Posted: 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!
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!