Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC Anyone ?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00142603
Message ID:
00142698
Views:
26
>I have developed an app in VFP 5.0. A third party wants to read and write to fields in one of my tables (I set aside fields for him to do so). However, his application is a 16 bit app, and he claims his ODBC drivers will not work. Any ideas ????
>
>Thanks in advance for any help !

To add to what Ed said, there is at least one safe way not to touch a free table from VFP: consider it remote data and access it with VFP ODBC driver through a connection. You will end up building a remote view in your DBC, you'll never touch the structure of the table and the third party will be able to write to it with a 16bit driver.

José
Previous
Reply
Map
View

Click here to load this message in the networking platform