Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Retrive Data from Remote Application
Message
De
07/02/2013 02:06:33
 
 
À
07/02/2013 01:54:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01565365
Message ID:
01565366
Vues:
51
>I have a application that uses Bill.DBF and Master.DBF in Shared.
>The application runs fine on single PC.
>
>Now I have been asked to retrive Data from Bills and Master.DBF at CSC counters located at 10-15 miles away. CSC counters are around 20-30 in city.
>
>So I have developed a small interface application for CSC in which there is a FORM that will ask to input the required Account Number so that DATA will be retrieved from main application.
>
>I will be using select * from Bill…. Like commands to retrieve Data. But my problem is I do not know that How I should I establish link between my CSC application and Main application before I execute Select * from..... I mean to ask that what are the commands/procedure I need to run before using select * from Bills….

If you want to access the remote tables directly you'll need to set up some sort of VLAN or other remote access connection.

Another thing you could do would be to install a query utility at each remote site. This utility would SELECT ... INTO TABLE SomeTable. The remote locations could then e-mail SomeTable.DBF to you.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform