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

What is ActiveX Control?

1 Answers   Infosys,


What is the difference between procedure and functions in VB?

15 Answers   Infrasoft,


what is single thread and multithread apartments model?

2 Answers   Ford,


Is Visual Basic case sensitive in general?

3 Answers  


what is differece b/w Module and class Modules in vb6? thanks

4 Answers   Ask Techsys, TCS,






what are the Differences between Recordset and Resultsets?

0 Answers   IBS, Lava International,


How do I do Peek and Poke and other low-level stuff?

0 Answers  


Difference between ByRef and ByVal?

1 Answers  


What is the difference between a PictureBox and Image control?

3 Answers  


What is the purpose of the ClipControls property on a form or container?

1 Answers  


Explain about literals?

0 Answers  


What is the difference among Standard EXE, Active-X DLL, Active-X EXE?

2 Answers  


Categories