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-08-25 : 07:59:25
|
Ramesh writes "I have multiplecheck boxes on the form.When i select all checkboxes and click delete,delete all records from parent and child tables ,This has to be done using stored procedure.(Because i don't want to put into loop) I will store all these records into array.So i will pass array as parameter to the stored procedure in where clause. I tried all the possible ways.Can you suggest solution or related articles in this.I am using SQL 7.0,Win NT-4.0 workstation"
|
|
|
|
|
|