|
-
Oct 15th, 1999, 05:11 AM
#1
Thread Starter
New Member
I've tried to open a Paradox database through the Visual Data Manager and I get an Error 3170 "Couldn't find the installable ISAM". I have VB6 Pro. Is there something else I need to load? Also when I try to compile the statement
"Dim dbTest As Database"
the compiler says the user-defined type is not defined. Again, is there something else I should load? Thanks for ANY answers.
-
Oct 15th, 1999, 09:16 AM
#2
Guru
for the ISAM driver -- run setup, choose add/remove, and go to the data access section (or equivalent) and make sure the ISAM drivers are selected....
user defined type problem -- check that the ADO/RDO/DAO library(s) are selected in your references list (whichever access method you are using)
HTH
Tom
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|