Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where clause parameters
Message
De
05/12/2011 11:37:35
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
01529722
Message ID:
01530366
Vues:
64
>>Thanks Naomi. That give me a little vision on how to do this. Let me ask another related question. Suppose we have the user build this complex "filter" using these techniques. Is there a good way to persist this filter across several pages?
>>(I'm still hung on the VFP way of thinking.)
>
>I am not exactly sure what do you mean? You can save any variable in the session variable to keep the information across multiple pages.

What I mean is, in VFP we can SET FILTER TO (some condition) and that filter will be in effect pretty much throughout the application. With NET we will have a query page that will establish the query (filter) and then return to some other page to view or print the data. How can we get the query or filter condition to persist through to the next page? Stuffing the SELECT statement and all of the parameters into a session variable seems like a clumsey approach as does trying to send a query string which would expose too much.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform