Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query dbf thats on the web...
Message
From
30/05/2008 05:28:34
 
 
To
29/05/2008 19:47:42
Chris Sund
Silhouette Solutions
Utah, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Miscellaneous
Thread ID:
01320269
Message ID:
01320490
Views:
19
Do I understand the situation correctly if I outlined it this way?:

You sell a desktop app (single user, maybe multiuser) from your website. At setup or first start of your app you want it to connect to some table/server on your website and store user information, so you know how many installs are made. Perhaps you even create a serial number or license, but mainly your app works with a local vfp database, that usertable you speak of is just registration information or even just a setup count, right?

Your webserver is based on linux? Or is it a windows server? If your website is hosted in a windows server you may deploy a webservice created from vfp with the help of the soap toolkit, if you want to follow Thomas idea.
If it's a linux server you still can deploy a webservice, but it must be based on something available there, eg php. That may be a steep learning courve just to count installations. SPT to mysql or whatever just takes sqlstringconnect(), sqlexec() and sqldisconnect(), quite simple.

Bye, Olaf.
Previous
Reply
Map
View

Click here to load this message in the networking platform