Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy To (MDB and HTML) using VFP 9.0
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01077708
Message ID:
01077951
Views:
29
Hi Terry,

I just was thinking about the first solution you talked about. I can copy a table within an mdb database into another using the following command:
MY_Conn.Execute("SELECT * INTO Sec_Table FROM  My_First_Table")
However, I have no clue how to copy a dbf into an mdb. Will you please give me the solution.

Thank you,
Ali



>>Hi Everybody,
>>
>>I am going to have VFP 9.0 in two days. Meanwhile I wanted to do some programming. I need to know whether VFP 9.0 exports (copy to command) to MDB (Access) and HTML files.
>>
>>Thank you,
>>Ali
>
>You can save a "browsed" DBF as an HTML. Open a DBF, browse it and check the options on the file menu.
>
>Two ways I know of to get data from VFP to MDB. One is a SQL connect and "insert" into an MDB table. The other is through a VFP instanced "Access" COM application object.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform