Question
How to connect with Oracle DB using ADO string?
Answer
The only requirements that we have for a connection string in our guides are the following:
For an environment variable of type ADO connection string, specify the path to the database, the access parameters, and any other connection parameters required by the driver that you use.
In order to connect Oracle DB, take a look at the Microsoft documentation.
Comments
0 comments
Please sign in to leave a comment.