Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SqlDataSource
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Divers
Thread ID:
01238369
Message ID:
01238442
Vues:
6
>Hi Borislav. Thanks for your reply.
>How do you set the slect string in SqlDataSource to come from 2 separate select commands ?
>
>Regsrds,
>Gerard
>
>

:-)
I didn't set anything to SqlDataSource but I can write a SELECT statements. If yo want to get a SubSet from a recordset you just could write the first query in FROM clause as derived table:
SELECT .....
       FROM (SELECT .... FROM ..... WHERE .....) Tbl1
WHERE Tbl1.......
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform