In WPF, how is binding to an Oracle database achieved?
Existing solutions
- Linq (all 3 required)
- ADO.net
- ODAC
- not sure how
It'll also help if you have tried any of the above approaches and have links to them.
In WPF, how is binding to an Oracle database achieved?
It'll also help if you have tried any of the above approaches and have links to them.
I tried the 2nd solution (ADO.net) that I listed in the question and it worked!
SERVER=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=MyHost)(PORT=MyPort))(CONNECT_DATA=(SERVICE_NAME=MyOracleSID)));uid=myUsername;pwd=myPassword;