Hi all,
I have been using System.Data.OracleClient for a while now. My application worked fine until things became more complicated. I recently started getting errors/unsupported features using MS OracleClient. Features such as, the OracleConnection not supporting ProxyUserId and ProxyPassword and more.
Unfortunately, MS OracleClient does not support this feature. Since it doesn't support this feature, I decided to use ODP.Net and installed the ODTwithODAC1020221. But I'm having a problem using it with a typed Dataset.
My application uses a stong typed dataset generated by using MS OracleClient. I want to generate a typed dataset based on ODP.Net but on my DataSource Configuration Wizard, I don't see Oracle Data Provider. Instead, I only see the .Net Framework Provider for Oracle.
Is there a way to use a typed dataset with ODP.Net?
Thanks.
I have been using System.Data.OracleClient for a while now. My application worked fine until things became more complicated. I recently started getting errors/unsupported features using MS OracleClient. Features such as, the OracleConnection not supporting ProxyUserId and ProxyPassword and more.
Unfortunately, MS OracleClient does not support this feature. Since it doesn't support this feature, I decided to use ODP.Net and installed the ODTwithODAC1020221. But I'm having a problem using it with a typed Dataset.
My application uses a stong typed dataset generated by using MS OracleClient. I want to generate a typed dataset based on ODP.Net but on my DataSource Configuration Wizard, I don't see Oracle Data Provider. Instead, I only see the .Net Framework Provider for Oracle.
Is there a way to use a typed dataset with ODP.Net?
Thanks.