Reading A Fixed Format Text File

后端 未结 2 1427
鱼传尺愫
鱼传尺愫 2021-01-29 14:21

Its been years since I have had to attempt to read a file using either Microsoft Text ODBC Driver or Microsoft Jet OLE DB 4.0 Provider.

So I have the following code

2条回答
  •  花落未央
    2021-01-29 14:56

    Remove ' (just prior to 'text;) from the connection string.

    In order to resolve the "Could not find installable ISAM", run the following command: Regsvr32 c:\winnt\system32\mstext40.dll * Make sure that file is in that folder first. And change WINNT to whatever your windows directory is.

提交回复
热议问题