+ 2
Anybody who knows how to connect Oracle database to Visual studio? Am using Oracle 11g and visual studio 2010. And, please?
2 Answers
+ 1
Use a sqlconnection from the system.data.sqlclient class.
And look for the right connectionstring to connect to the oracle database.
http://www.c-sharpcorner.com/UploadFile/nipuntomar/connection-strings-for-oracle/
+ 1
Thanks sneeze :)