Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
tulip
Starting Member
1 Post |
Posted - 2004-08-18 : 06:31:08
|
| How to retrive data form multiple tables on a single asp page |
|
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2004-08-18 : 06:34:44
|
| A few different ways:Execute multiple queries in the same scriptExecute a single query that accesses multiple tables. |
 |
|
|
Kristen
Test
22859 Posts |
Posted - 2004-08-18 : 13:51:54
|
| ... and ...execute a Stored Procedure that returns multiple resultsets.Take your pick ...Kristen |
 |
|
|
|
|
|