Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data - encryption
Message
 
À
11/10/1999 11:42:59
Larry Santos
Local Data System
Philippines
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00274711
Message ID:
00274961
Vues:
23
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform