DB Connection using ADO after 5.1 installation

ouredpouredp Member Posts: 56
Hello everyone,

Once again I need your expertise.

We use ADO Connection for getting information from other Databases (SQL2000) and display them in Navision.

Automation variable is : Microsoft ActiveX Data Objects 2.8 Library'.
Connection String is :
ConnectionProvider=SQLOLEDB.1;Integrated Security=SSPI;Initial Catalog=MyDB;Data Source=MyServerver;

Now the Problem:
Everything worked fine and works fine already on our Citrix Server
Since I installed Navision 5.1 on my machine the connection string doesn´t work

Error: ADO could not find the specified Provider

Changing to SQLOLEDB , the provider is found but it´s the 'Initial Catalog' attribute that seems to be wrong ! (wrong attribute in connection string)

System is Windows XP SP3 but I cannot install MDAC 2.8

What is wrong here ?
Sign In or Register to comment.