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 |
|
hotshot_21
Yak Posting Veteran
97 Posts |
Posted - 2006-04-19 : 03:16:51
|
| i want to return certain number of columns frm table using store procedure .and i hav to load those returned data into text boxes which i created in asp.net page.is there a way |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2006-04-19 : 03:22:34
|
You want to know the number of columns of a table ?you can use INFORMATION_SCHEMA.COLUMNS KH |
 |
|
|
hotshot_21
Yak Posting Veteran
97 Posts |
Posted - 2006-04-19 : 03:28:55
|
| ok i got it |
 |
|
|
|
|
|