Re: drew@andrewk.com.au



ok well i've done some troubleshooting and resolved my problem...

Symptoms

SQL Server OLEDB provider support error
Unable to load SQL Server OLEDB provider resource DLL. The application
cannot continue.

Cause
MDAC - (Microsoft Data Access Components) is used to help applications
connect to sql.

A required Resource File [ sqloledb.rll ] is either corrupt/missing, of
an older version or not registered.

Resolution
The following file needs to be registered on the client machine to
allow the application to function correctly.

Resource File [ sqloledb.rll ]

Chcek the following location [ C:\Program Files\Common Files\System\Ole
DB\ ]

Try and register [ sqloledb.rll ] using regsvr32 at this location

If required search for alternative locations of the file on all local
disks. If no file exists on clients machine or the file is an outdated
version, send the client a current version of the file and register
that file.

.



Relevant Pages


Loading