List out the ADO objects?
Answers were Sorted based on User's Feedback
Answer / guest
Connection - Connects to a data source;
contains the Errors collection
Command - Executes commands to the data source. The only
object that can accept parameters for a stored procedure
Recordset - The set of data returned from the database.
Under the ADO Command Object, The Parameters collection.
collection is responsible for input to stored procedures.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kumar.t
1. Connection
2. RecordSet
3. Parameter
4. Command
Is This Answer Correct ? | 0 Yes | 0 No |
What is the maximum no. of forms can include in one project (vb project)?
How can you Implement windows functionality in VB?
What is activex control in vb?
How would you activate animation control?
What is ado in vb.net?
How would you run your ActiveX Document Dll?
How does VB Pass arguments to a function by default?
When/Why should I use Option Explicit?
Why can't I use an index with my VB accessed database?
I want to develop a stand alone application which can communicate with the existing applications in the system. On which this application should be based on: Standard Exe, Active-X Exe, Active-X Dll.
It possible to call OLEDB's Features directly in VB without using any control?
what database you used in project?