Hi Guys,
I am using .NET factory classes to connect to different databases(SQL Server , Oracle etc.) As oracle gives back a ref cursor , so my problem is how to fill dataset using DbDataAdapter instead OracleDataAdapter ?
I think that SQLSever returns integer back, if ts 0, the dataset is filled with the recordset. There is no ref cursor type thing in SQLServer? m i right ?
any ideas ?
...