How should I set the connection string in the case of ASP or other ADO capable environment?
If you would like to call SQL statements using ADO, you may choose between ODBC and OLEDB connections. (ADO can not contact to the databases through JDBC drivers.) • Example for an ODBC connection var adoConnectionString= “DSN=”+MyDSN+”;”+ “UID=”+username+”;”+ “PWD=”+password; • Example for an OLEDB connection to Oracle var adoConnectionString= “Provider=MSDAORA.
Related Questions
- My environment does not allow a network connection from the JBoss ON management server back to the Red Hat Customer Portal. Do I have other options?
- How should I set the connection string in the case of ASP or other ADO capable environment?
- Can we specify the number of retries in case of a failed connection?