Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to identify programmatically an ACCESS db version?
Message
 
À
14/11/2001 03:05:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00581341
Message ID:
00581356
Vues:
16
>Hi all,
>
>Can identify programmtically in Visual Fox Pro if an ACCESS db (.mdb) is verison 97 or 2000 ?
>
>Thanks in advance
>Petros
Local oAccessApp As Access.Application
oAccessApp = CreateObject("access.application")
oAccessApp.OpenCurrentDatabase("c:\program files\microsoft office\office\samples\northwind.mdb")
MessageBox(oAccessApp.CurrentDb.Version)
Unfortunately, it returns version 3.0 instead of 97

HTH
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform