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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-11-09 : 21:09:59
|
Nart writes "When creating simple HTML lists (tables or combo lists) would it be more efficient to....
1) Produce a standard record set from a stored procedure. Then have ASP process each row/column and construct the HTML output.
2) Have the stored procedure construct the HTML and return it either as a single long string or multiple one column rows that are simply written out to the response object." |
|
|
|
|
|