Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP just looking at FPD data
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00975276
Message ID:
00975321
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
>Hello Foxperts,
>
>I would like to develop a small VFP application to report on some FP2.5/DOS data.
>
>Will there be any issues when the FP2.5/DOS application attempts to use/append/revise/delete records in FP2.5/DOS tables that
>1) have been opened and closed with a Visual FoxPro 8 application (reporting purposes only - no data changed or appended)
>2) I do an SQL-Select against the FP2.5/DOS data that ends up in a non-normalized VFP cursor or table to drive a VFP report?
>
>TIA,

Randy,

As the others have said, there's no problem opening, querying, or even modifying 2.x tables in VFP. Now by modifying, I mean adding or changing the values in the records.

In fact, you can even PACK and ZAP them. However, because these commands expect to see a code page in the header, use SET CPDIALOG OFF before trying to use them exclusively. Otherwise, users will have to deal with the dialog that will appear.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform