What is the use of parameters collection?

Answers were Sorted based on User's Feedback



What is the use of parameters collection?..

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

What is the use of parameters collection?..

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

Post New Answer

More Visual Basic Interview Questions

How can you get selected file from file system Control?

0 Answers  


What will happen if you issue a Resume statement after handling an error?

3 Answers  


What type of record sets are available in ADO?

4 Answers  


what is the Difference between Query unload and unload in form?

1 Answers  


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?

0 Answers  


How does VB Pass arguments to a function by default?

2 Answers  


What is the use of Active Control Property?

1 Answers  


What is meant by Establish Connection in RDO?

0 Answers  


What are the tools in visual basic?

0 Answers  


What is the use of OLE?

0 Answers   IBM,


What is the difference between change event in normal combobox and dbcombobox?

0 Answers  


Categories