| Alessandro Ravelli \(Calcol Informatica\) |
can i pass two parameters in a command text like this?
SqlDataAdapter1.SelectCommand.Parameters("@x1111").Value = Textbox1.Text
SqlDataAdapter1.SelectCommand.Parameters("@x2222").Value = "%" & Textbox2.Text & "%"
SELECT * FROM table WHERE (@x1111 LIKE @x2222)
thanks!!!
|
|
| |
| |
| William \(Bill\) Vaughn (VIP) |
can i pass two parameters in a command text like this?
SqlDataAdapter1.SelectCommand.Parameters("@x1111").Value = Textbox1.Text
SqlDataAdapter1.SelectCommand.Parameters("@x2222").Value = "%" & Textbox2.Text & "%"
SELECT * FROM table WHERE (@x1111 LIKE @x2222)
thanks!!!
|
|
| |
|
| |
| Iain Smallwood |
can i pass two parameters in a command text like this?
SqlDataAdapter1.SelectCommand.Parameters("@x1111").Value = Textbox1.Text
SqlDataAdapter1.SelectCommand.Parameters("@x2222").Value = "%" & Textbox2.Text & "%"
SELECT * FROM table WHERE (@x1111 LIKE @x2222)
thanks!!!
|
|
| |
|
| |
| William \(Bill\) Vaughn (VIP) |
can i pass two parameters in a command text like this?
SqlDataAdapter1.SelectCommand.Parameters("@x1111").Value = Textbox1.Text
SqlDataAdapter1.SelectCommand.Parameters("@x2222").Value = "%" & Textbox2.Text & "%"
SELECT * FROM table WHERE (@x1111 LIKE @x2222)
thanks!!!
|
|
| |
|