Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting Error While making new database

Status
Not open for further replies.

MitraMIS

MIS
Jun 22, 2004
42
0
0
US

Hello group;

I'm getting error SQLSTATE = 42000, ERROR = 4060
(Error Nbr: 258) when I run Test, in Database Definiton dialog box using OLE DB provider driver.

Provider is "SQLOLEDB" and Provider String is:

"initial catalog = Avante;Integrated Security =SSPI".

Avante is our system DSN using SQL server driver.

Any help would be appreciated;

Mitra



 
For OLEDB its :

Provider: SQLOLEDB
Datasource:Machine

Provider String: Initial Catalog=Northwind;Integrated Security=SSPI

Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top