What are the Command object property settings to execute a stored procedure?
1. CommandType = Text, CommandText = stored procedure name
2. CommandType = Text, CommandText = SQL syntax to execute the stored procedure
3. CommandType = StoredProcedure, CommandText = SQL syntax to execute the stored procedure
4. CommandType = StoredProcedure, CommandText = stored procedure name

Options
- 1, 2
- 1,2,3
- 2,4
- 1,4


CORRECT ANSWER : 2,4

Discussion Board
WRong answer

The answer is 1 for the following but not included in the option.


What are the Command object property settings to execute a stored procedure? 1. CommandType = Text, CommandText = stored procedure name 2. CommandType = Text, CommandText = SQL syntax to execute the stored procedure 3. CommandType = StoredProcedure, CommandText = SQL syntax to execute the stored procedure 4. CommandType = StoredProcedure, CommandText = stored procedure name
Options
- 1, 2
- 1,2,3
- 2,4
- 1,4



Arindam Pandit 01-4-2015 04:33 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement