0

Using Excel 2010 and SQL Server 2008 R2.

I used import and export data (32 bit) wizard to copy data from excel spreadsheet to SQL Server. Why I got an error?

By the way, copy and paste doesn't work for excel 2010. It will paste all the data in one field. And import and export wizard 64-bit doesn't work as well. It has not excel option in the Data Source dropdown menu at all.

Thanks.

error

4

2 に答える 2

1

xlsx ファイル (Jet Oledb ドライバーでサポートされていない最新バージョン) をインポートしようとしているため、OS 32/64 ビットに基づいて適切なバージョンをダウンロードしてください。これらのドライバーは Microsoft のフリーウェアです。

お使いのコンピューターに Excel 2007 のドライバーをダウンロードします。

于 2012-06-21T13:46:43.317 に答える
0

Jet エンジン用のドライバーを正常にインストールできない場合は、CSV (フラット テキスト ファイルのインポート) を非常によく似た機能で使用できます。

于 2012-06-21T14:03:06.060 に答える