Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SqlDataSource
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Miscellaneous
Thread ID:
01238369
Message ID:
01238442
Views:
7
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform