Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interface design with client server
Message
From
01/12/1999 15:22:57
 
 
To
01/12/1999 08:27:59
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00297227
Message ID:
00297504
Views:
17
>There are several ways to get at your data in C/S applications.
>- ADO record sets
>- SQL Passthrough
>- Remote views
>
>While not necessarily the best choice of the three, remote views are probably the easiest to implement. You must use SQL commands exclusively for all data access/updates/adds/deletes. You can index the cursor/view once you get it.

My question was more about the interface design, rather than the technical part. Let me give an example of what I don't know how it's handled in client server :
- consider 2 forms : one that updates a product table containing 30000 products and a form that updates a supplier table conaining 500 suppliers. I imagine that pulling the whole supplier table to the client (and indexing if needed) isn't much problem but what with the product file ? Pull the 30000 products in to work on it ?
- consider an invoicing program using the products table. Inputting the productcodes by productcode and allowing a search on productdescription (amongst others) : again pull down the complete products table to the client ?

Having these tables on a local VFP database gives lots of possibilities but I don't know how to handle things in C/S ...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform