can fetch data from oracle ?
it is showing error when open the connection(oracle connection is not openning)
ErrorUnhandled Exception: System.DllNotFoundException: occurred
thanks @JamesLavery
Answers
You should expose a REST service on the server and interact with the DB via that.
thanks @JamesLavery