Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting Records out of Access Tables
Message
From
26/10/2004 17:06:46
 
 
To
26/10/2004 15:33:54
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00954660
Message ID:
00954704
Views:
15
When I had to get records out of an Access tables I just created a DBC and a remote view connecting to the Access table. Then I was able to just open the view and copy it to a FoxPro table.

Of course I just need to do it once and not write this functionality into a program.

Aloha,

James
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform