Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access to fpw2.6 tables from vfp7
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00781421
Message ID:
00781423
Views:
21
Something like this:
create data _2vfp
create connection myvfp;
connstring;
'Driver={MICROSOFT VISUAL FOXPRO DRIVER};'+;
'SourceDB=C:\Foxwork\_2apps\;'+;
'SourceType=DBF'
CREATE VIEW fox2view CONNECTION myvfp AS ;
SELECT * FROM C:\Foxwork\_2apps\_code.dbf
.....

>Hi,
>
>I have a legacy FPW 2.6 application that maintains 19 tables. Is there a way to have a multi threaded vfp 7 dll read and write the fpw tables while the tables are also being read and write by the fpw 2.6 exe. What tricks can I perform that allows me to create views of the fpw2.6 tables.
>
>Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform