ADO Connection String

For Microsoft Access Data Projects ( adp files ) or other ADO connections from clients (remote and local): ADO Connection string sCONN = "Provider=SQLOLEDB.1;Data Source=machine.arvixe.com\SQLEXPRESS,1433;Initial Catalog=database_name;User ID=user_name;Password=password" The key is that the port has to be added to the end of the server name. And machine.arvixe.com can be interchangeable with 'localhost' when using this locally.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

I am receiving System.Security.SecurityException or That assembly does not allow partially trusted callers.

When running your application you may see: That assembly does not allow...

How can I redirect one URL to another on ASP .NET?

Our ASP plans have the following installed:...

Cryptography with ASP .NET

A customer received the following error when attempting to create a RSACryptoServiceProvider from...

I am getting a 404 error on the secondary pages of my MVC application. Why?

To resolve the 404 error issues on secondary pages of a ASP .NET MVC applications, you will need...

My site is showing the following error: HTTP Error 503. The service is unavailable.

The error HTTP Error 503. The service is unavailable. generally means that your application pool...