Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data environment and Open DB using Code
Message
De
02/05/2000 09:54:34
 
 
À
02/05/2000 08:56:10
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00364984
Message ID:
00365054
Vues:
17
>Hi
>
>Set wrkjet = DBEngine.CreateWorkspace("", "admin", "", dbUseJet)
>Set DatabaseObj = wrkjet.OpenDatabase(App.Path & "\Data\pos.mdb", True)
>
>Any idea?
>
>Thank you

What version of Access was this mdb created with?

For Access 9x and above, you can get by with the simpler OpenDatabase method of DAO object model:
Dim DatabaseObj as DAO.Database
Set DatabaseObj = OpenDatabase(App.Path & "\Data\pos.mdb")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform