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 - 2005-02-10 : 08:18:30
|
| Girish writes " I am going to fire a insert or update query through a procedure.If table contains more then 15 columns, then how should I pass the all column data to procedure via front end(Any)?Is there any data type like collection?" |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2005-02-10 : 08:28:54
|
you will pass it parameter by parameter in the command object like everyone else Go with the flow & have fun! Else fight the flow |
 |
|
|
|
|
|