Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interface design
Message
From
11/01/2000 08:37:09
 
 
To
11/01/2000 07:20:40
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00316061
Message ID:
00316100
Views:
25
Pascal,

The golden rule of C/S development is to minimize the about of traffic going across the wire. Pulling back the entire table is generally not a good idea, unless you're going to cache it on the client.

For your specific scenario, most people would agree that your customer search screen should allow the user to specify criteria to limit the return record count. For customers, I would expect to see an entry for lastname, company name, city, state - that kind of thing. The query would use the supplied data to retrieve a list of customers. By appending a % and using the LIKE operator, you can give your users the ability to specify only a couple of characters get partial matches.


>This is a general question about interface design when using C/S. I posed it several times on the UT but so far I didn't get much answer to it :

You've asked a pretty general question. I think you'll find that you get better answers to specific questions.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform