Hi,
I have Stored procedure with select statement and with In and Out Parameters as with ref cursor as out parameter in oracle
whin I configured table adapter with that stored procedure in data set designer using ORAOLEDB provider.
data table parameters are not configured. In GETdata() also I did'nt get any parameters. I am not able use this adapter in coding also.
I have tried so many times but I didn't get any result. If I run stored procedure individually , It's returning output values correctly.
any one Could you please help on this ?
Thnaks
-------