|
The Oracle database is connected with oledb, and stored procedures or packages are called in C #, how can I return a dataset.
Generally, the oracle database is connected with oracleClient. You can use the cursor in the package to return the dataset.
When connecting with oledb, there is no corresponding cursor data type (DbType), and I don't know how to return the dataset.
And when sqlClient connects to Sqlserver, how to operate it.
Thank you for your guidance. |
|