Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manipulating Access 2K table with VFP 6.0
Message
From
15/03/2001 17:06:20
 
 
To
15/03/2001 16:39:00
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00485604
Message ID:
00485634
Views:
8
Thanks, worked like a charm. That's something I should have thought of. I just wanted to say thanks for all your help throughout this project. You have replied to a couple of my threads and your input was very helpful. I also wanted to tell you, you made this suggestion for creating the tables:

oAcc=create("access.application")
oAcc.DoCmd.CopyObject("C:\test\mydatabase.mdb","3-2001-info",0,"general_info")

This worked except I needed to open the database first with:

oAcc.opencurrentdatabase("C:\test\mydatabase.mdb")

Thanks again,
Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform