Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Showing the content of a table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Divers
Thread ID:
00878914
Message ID:
00879271
Vues:
10
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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform