Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting Records out of Access Tables
Message
De
26/10/2004 15:33:54
Gaylen Miller
Leaderware Corporation
Fulton, Illinois, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Getting Records out of Access Tables
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00954660
Message ID:
00954660
Vues:
62
Hello Everyone,

I need to extract records out of MS Access tables.
What is the best way to do this?
I can:
Open Access * oleApp = CREATEOBJECT("Access.Application")
Control it's visability * oleApp.Visible = .T.
Open a database * oleApp.OpenCurrentDatabase(Openmdb, .T.)
Enumerate all it's tabels * FOR EACH CurrentTable IN _
oleApp.CurrentData.AllTables

But I cannot get oleApp.DoCmd.TransferText to work.

Thanks for the help,
Gaylen
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform