What is the use of parameters collection?
Answers were Sorted based on User's Feedback
Answer / sarada
The Parameters Collection is a collection of the Parameter
objects associated with a specific Command object. Each
Parameter object provides detailed information about a
single parameter used in a stored procedure or a
parameterized query.
TO Reduce calls to the provider will improve performance
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / parmanand
Array of objects but not really array .
There is no limit range in collection.
you can add objects.
its light weight control.
its will not consume space if you do not want to store any
thing.
its good thing actually. :D
Is This Answer Correct ? | 0 Yes | 1 No |
How can you get selected file from file system Control?
What will happen if you issue a Resume statement after handling an error?
What type of record sets are available in ADO?
what is the Difference between Query unload and unload in form?
what are the Differences between Recordset and Resultsets?
0 Answers IBS, Lava International,
How do I tell when an application executed using the SHELL command is finished?
How does VB Pass arguments to a function by default?
What is the use of Active Control Property?
What is meant by Establish Connection in RDO?
What are the tools in visual basic?
What is the use of OLE?
What is the difference between change event in normal combobox and dbcombobox?