Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data - encryption
Message
 
To
11/10/1999 11:42:59
Larry Santos
Local Data System
Philippines
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00274711
Message ID:
00274961
Views:
25
>thanks but i got an error of couldn't find installable ISAM
>
>>>hi im using DAO
>>
>>Here it is:
>> 'Create a default workspace Object
>> Set mwspDefault = DBEngine.Workspaces(0)
>> 'Create a Database object
>> Set mdbMAJ = mwspDefault.OpenDatabase("C:\test.mdb", False, False, "MS Access;PWD=YourPasswordGoesHere")

Don't you use Access?

Try this instead:

Set mdbMAJ = mwspDefault.OpenDatabase("C:\test.mdb", False, False, "Access;PWD=YourPasswordGoesHere")
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform