The provider is not compatible with the version of Oracle client error when using Oracle.DataClient

前端 未结 5 1888
陌清茗
陌清茗 2020-12-15 07:10

I\'m using Visual Studio 2008 Express Edition, and I\'m trying my hand in developing a small application using Oracle.DataClient. I\'m getting the above mentioned error, wh

5条回答
  •  离开以前
    2020-12-15 07:47

    Well I've made my app use Ole DB(System.Data.Oledb namespace ) connection, and it works fine. Considering that the app is just a front end for calling Oracle SP, and there are no values being returned, I guess this approach is approach acceptable, because in the 2 days I spent trying to figure solution to this problem I could've completed lot more development on the app. I'm still open to answers, as I can learn from what mistake I'm committing for any such applications in the future.

提交回复
热议问题