I have a database file with extention .txt. I make a simple program to read the record in .txt, do some process and then add into access database file .mdb.
Actually my program is OK, and can run properly on my pc or other pc. But, one of the pc cannot run my program. An error occur:
Error 3170 - Couldn't find installable ISAM
VB:
------------------------------
datRaw.DatabaseName = "C:\Data" 'the directory of the db file .txt
datRaw.RecordSource = "Rawdata.txt" 'the db file
datRaw.Refresh
------------------------------
the error 3170 occur when execute the line 'datRaw.Refresh'.
Only that pc having this problem. anyone know what is the problem to the pc? and how to solve it. Pls help. Thanks
Actually my program is OK, and can run properly on my pc or other pc. But, one of the pc cannot run my program. An error occur:
Error 3170 - Couldn't find installable ISAM
VB:
------------------------------
datRaw.DatabaseName = "C:\Data" 'the directory of the db file .txt
datRaw.RecordSource = "Rawdata.txt" 'the db file
datRaw.Refresh
------------------------------
the error 3170 occur when execute the line 'datRaw.Refresh'.
Only that pc having this problem. anyone know what is the problem to the pc? and how to solve it. Pls help. Thanks