MCQOPTIONS
Saved Bookmarks
| 1. |
What are the Command object property settings to execute a stored procedure?1. CommandType = Text, CommandText = stored procedure name2. CommandType= Text, CommandText = SQL syntax to execute the storedprocedure3. CommandType = StoredProcedure, CommandText = SQL syntax to execute thestored procedure4. CommandType = StoredProcedure, CommandText = stored procedure name |
| A. | 1, 2 |
| B. | 1, 2, 3 |
| C. | 2, 4 |
| D. | 1, 4 |
| Answer» D. 1, 4 | |