Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 3170 - Couldn't find installable ISAM

Status
Not open for further replies.

BeginnerD

Programmer
Dec 30, 2002
4
MY
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
 
Hi
If you do a google search using "Error 3170 - Couldn't find installable ISAM" (including quotes) there are a number (54) of possible solutions. I don't understand any of them, really, so you'll have to wade thru them!

Something about possible missing odbc dll and win2k?

Good luck!
;-)

If a man says something and there are no women there to hear him, is he still wrong? [ponder]
The faqs ma'am, just the faqs. Get the best from these forums : faq222-2244
 
I think Excel was not installed on that PC with the option to import/export Text files. Check to see whether you can do a File/Save As on that PC and save to text, and then see whether it allows you to open a text file. If not, install this option.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top