H
H. Mahadevan
I am creating generic DAL that is unaware of underlying
Datasoruce.
i created an abstract for Parameter. In that i am setting
one property called DBType which set the DBtype of the
parameter object but not the specific oracletype or
SqlDbtype.
If i call a SP which return a Cursor, i am specifying it
as DBtype as object. but it says Wrong number or types of
arguments.
How can i pass cursor parameter for oracle.
URGENT!!!
Regards
H. Mahadevan
Datasoruce.
i created an abstract for Parameter. In that i am setting
one property called DBType which set the DBtype of the
parameter object but not the specific oracletype or
SqlDbtype.
If i call a SP which return a Cursor, i am specifying it
as DBtype as object. but it says Wrong number or types of
arguments.
How can i pass cursor parameter for oracle.
URGENT!!!
Regards
H. Mahadevan