Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting Records out of Access Tables
Message
From
26/10/2004 15:33:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Getting Records out of Access Tables
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00954660
Message ID:
00954660
Views:
60
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
Next
Reply
Map
View

Click here to load this message in the networking platform