Help on fixing the data conversion problem

U

U Ravi

Hi everyone,

I have been facing a problem while converting the data
from the password protected Ms-Access 2000 DB to Ascii
text file. I have developed a VB project and using the
below connection string to connect with the DB.

strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & strFN & ";" & _
"Jet OLEDB:Engine Type=4;uid=admin;pwd=test"

But it is generating the error "Could not find installable
ISAM". I have registered the below dlls to overcome the
problem, but in vain.

Mstext30.dll
Mstext40.dll
Msrd2x40.dll
Msrd3x40.dll

My working environment is Windows 2000 professional with
Ms-Access 2000.

Please send your suggestions to fix the error. Notify me
to my email-id if you have any suggestions.

Awaiting your reply.

Thanks,
Ravi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top