Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing the content of a table
Message
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
00878914
Message ID:
00879271
Views:
12
The data can be anyplace. The default is setup in the AVFPinit method with this statement:
SET DEFA TO STRTRAN(oProp.AppStartPath,oProp.AppName+'\PRG\','data\'+oProp.AppName+'\',lnOccur) which is just the \Data directory in the applications path. However, you can hard-code this to be anything you want such as:
SET DEFA TO c:\data\mywebdata
*One note: if the data is on another machine or is MSDE/SQL, you'll have to set up the application in COM+ in order to impersonate a User with the appropriate rights to the data.
>and where do I have to put the table?
Previous
Reply
Map
View

Click here to load this message in the networking platform