Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connections
Message
De
06/06/2007 01:46:46
 
 
À
02/06/2007 14:03:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01229965
Message ID:
01230827
Vues:
24
I don't think being able to access a local computers drives from your web server is something you really want. If you can access it, so can anyone who manages to hack into your web site. That is not a good security setup.

Why not access the sever DB with an ODBC connection? You would have to drill a hole for the companies static IP address into the DB servers firewall, but that can usually be done safely.

If not you could write the data to a file on the server, then retrieve the file from the server using http or ftp. After doing that you would then be able to do xmltocursor.

John

>I need to take data(order number and name) from user, copy to a db on web server and then move the data as a file to a local company computer. All this needs to happen while the user is looking at the site.
>
>I've tried to lay it out with xmlhttprequest but I cant see how the data file can be stored on local company computer.
>
>I could write an xml file to the server but foxpro(xmltocursor) can read an xml file on the web, the file must be local or on a local network.
>
>Question is: How do I get the data from server to a local computer without originating request at the local computer?
>
>Thanks, Ron
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform