Page 1 of 1
Connection Remote
Posted: Thu Dec 22, 2005 12:55 pm
by Kleyton
Y need to utilize my DBF from internet, what to build ???
Re: Connection Remote
Posted: Thu Dec 22, 2005 1:06 pm
by Enrico Maria Giordano
Have a look at the following technologies:
- [x]Harbour CGI
- ASP/xbScript
- ASP/VBScript and VFP driver
- ADS and remote server
EMG
Posted: Thu Dec 22, 2005 5:00 pm
by Kleyton
ADS and remote server, where have examples ???
Posted: Thu Dec 22, 2005 5:31 pm
by tnhoe
Alternate solution I use to build web application sharing data with Fivewin app :-
- Apache as web server
- ActiveFoxproPage at
www.afpages.com as dll plugin,
syntax similar to Clipper (instead of using asp/php)
- html+javascript+foxpro codes to build web input form
Regards
Hoe
Posted: Fri Dec 23, 2005 1:32 am
by R.F.
Kleyton wrote:ADS and remote server, where have examples ???
Check these samples:
http://www.google.d2g.com/ads/demos/
There are several samples, written in different GUIs, they all connect to our DBFs in mexico via internet using the RDD ADS and Advantage Internet Server.
Source code included.
Forgot to mention.... open ports 2000 and 2001 if you are working behind a firewall.
Posted: Fri Dec 23, 2005 3:32 am
by srrao
-xBScript + ASP
Almost 100% compatible to xHarbour code
Sandeep