Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How should I set the connection string in the case of ASP or other ADO capable environment?

0
Posted

How should I set the connection string in the case of ASP or other ADO capable environment?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123