Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why can't my web service see my network data?
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00648071
Message ID:
00648097
Views:
20
This message has been marked as a message which has helped to the initial question of the thread.
This is what I use in the INIT of my web service class to inform it where the data resides:
LOCAL cHomedir
*- StartMode = 5, started as DLL.  Otherwise development environment
cHomedir = IIF(_VFP.STARTMODE = 5, JUSTPATH(_VFP.SERVERNAME), SUBSTR(JUSTPATH(SYS(16, 0)), 25))
OPEN DATABASE (cHomedir + '\data\CBFC.dbc') SHARED
USE cbfcUsers IN 0
Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform