在使用Access 2000/2003導入MSSQL Server 2000/2005/2008時,出現了一段錯誤提示:“對連接管理器“SourceConnectionOLEDB”的 AcquireConnection 方法調用失敗,錯誤代碼為 0xC0202009。(SQL Server 導入和導出向導) ”
英文為:"The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
(SQL Server Import and Export Wizard)"
解決思路:
一、猜測是access版本不對。因為這個文件是外部獲取的。換access 2000/2003均未成功。
二、猜測是是sccess表超過64個或數據文件.mdb過大。經查,不是此類原因。
三、猜測是是SQL server版本問題,換SQL2000/2005/2008 中、英文、加補丁均不能導入。
四、后來推測可能是讀寫權限問題,修改過程如下,成功!
改成:
轉自:http://www.cnblogs.com/downmoon/