I want to connect oracle database with my c# application but the problem is i can not find oracle database option when try to select from Database explorer -> new connection -> choose data source -> no oracle database option is here. see the screenshot pleas. Help me please. Note: Visual studion 2012 express edition and using oracle 10g.
Can't find oracle database option in choose data source option of visual studio 2012 express edition
Asked
Active
Viewed 758 times
0
-
This option is not available, because you have not installed a Oracle database driver. Install it from here: http://www.oracle.com/technetwork/topics/dotnet/downloads/index.html – Aedvald Tseh Jul 23 '17 at 04:38
-
Check this one https://stackoverflow.com/a/28543212/3027266 and https://stackoverflow.com/a/28695779/3027266 – Wernfried Domscheit Jul 23 '17 at 11:56