Tarvirdi wrote:
[Quoted Text] >Dear friends, >I have a table in an access file and want to import it to a MsSql database. >I have SQL2005 64bit version. >to do import, I tried to create a LinkedServer to access file but failed >because have not jetConnect. As I knew I should install MDAC. I tried to >find MDAC for x64 installation, but failed >-Is there any other way to import data from access table to MSSQL? >-Where can I find and download required jet connect(mdac) for x64 mssql?
There is no 64-bit Jet driver.
You have to use ADO.Net from within the CLR to import from Access (and no, I don't know any more than that).
Or use Access to export to SQL (there is a 32-bit SQL Server ODBC driver that Access can use on x64 - you need to use the SYSWOW64\ODBCAd32.exe to configure 32-bit ODBC drivers).
-- Steve Foster [SBS MVP] --------------------------------------- MVPs do not work for Microsoft. Please reply only to the newsgroups.
|