I want to connect a Text DB to an MSAccess application.
I am using Access97 and/or Access2000.
I have downloaded an exucutable named "eda-isam-1_2_6-windows-x86.exe" from which should have installed an ISAM on my pc.
I have even launched the command "regsvr32 C:\WINDOWS\system32\Mstext40.dll" (or msText35.dll in case of Access97) as suggested somewhere but when I run the following instruction:
(where I have already opened dbs as Database and all ...)
I receive the same error message 3170
"Unpossible to find installable ISAM".
Is anyother *.dll to install or anyway something I forgot to do just to work with a Text Format object as a normal connected DB?(Update, add, delete, ...)
Tnx all.
I am using Access97 and/or Access2000.
I have downloaded an exucutable named "eda-isam-1_2_6-windows-x86.exe" from which should have installed an ISAM on my pc.
I have even launched the command "regsvr32 C:\WINDOWS\system32\Mstext40.dll" (or msText35.dll in case of Access97) as suggested somewhere but when I run the following instruction:
Code:
dbs.TableDefs.Append tdfMyTable
I receive the same error message 3170
"Unpossible to find installable ISAM".
Is anyother *.dll to install or anyway something I forgot to do just to work with a Text Format object as a normal connected DB?(Update, add, delete, ...)
Tnx all.