I am accessing the db via OLEDB, using a connection string similar to:
Provider=sqloledb;Data Source=SomeServer;Initial Catalog=SomeDB;User Id=sa;Password=;
I have MDAC 2.7 installed onto each client machine. I did come across something called the MDAC 2.7 Refresh library. It might solve my problem, but I don't have a machine with the issue right now, and haven't taken the time to set up a clean test machine.
Main Topics
Browse All Topics





by: DustPuppy75Posted on 2003-04-16 at 14:38:37ID: 8344412
How do you access the SQL Server? If you use ODBC you should configure it as a datasource first.
Are the MDAC-libs installed on the client?