June 28, 2011 at 7:26 am
Can some one help me how to create provider.
Thank you
June 28, 2011 at 7:52 am
Krasavita (6/28/2011)
Can some one help me how to create provider.Thank you
can you explain what you mean? do you mean adding ODBC providers to your SQL instance? like adding Oracle, DB2 MYSQL or some other ODBC provider?
do you mean creating a connection string or linked server featuring a provider?
Lowell
June 28, 2011 at 8:07 am
Under options:
Linked Servers, I have Providers, I would like to know how they get created, I have a lot of them and can't modify them.I need to know how Microsoft.ACE.OLEDB.12.0 got created, I get error message from my sql job for this provider.
Thank you
June 28, 2011 at 8:12 am
the list is a list of all ODBC drivers installed and registered on the server .
the ace driver gets installed when you install this:
http://www.microsoft.com/downloads/details.aspx?FamilyID=c06b8369-60dd-4b64-a44b-84b371ede16d
it might also be installed if you install office 2007 or above.
the error might be because your SQL isntance is 64 bit, but the Office or DLL versions installed were 32 bit. it could be the otehr way too...32 bit SQL, 64 bit drivers.
you'd have to uninstall Office/that msi and install the 64 version, for example.
Lowell
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply