Is it possible to connect to a database using only the connect string?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
In another word, can I avoid using DSN to connect to an Oracle database? My office has all the securities configured that it requires Admin right to access the ODBC configuration dialog. Elizabeth
-
In another word, can I avoid using DSN to connect to an Oracle database? My office has all the securities configured that it requires Admin right to access the ODBC configuration dialog. Elizabeth
No problems with ADO: "Provider=msdaora;Data Source=dbsid;User ID=user;PASSWORD=flag;Persist Security Info=True;";