Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to VFP-DOA delete table from MDB?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00865579
Message ID:
00865587
Vues:
33
Something like:
oAccess = CreateObject("Access.Application")
lc="c:\fixedassetlist.mdb"
oAccess.OpenCurrentDatabase(lc)
oAccess.CurrentDb.TableDefs.Delete(table_name)
........
>Did the footwork and checked around, found some RJO script - but it didn't make sense. Is there a way to delete an access table from an access MDB inside a VFP app (or command window, evun)?
>
>Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform