Select Category 
 

Visual Basic 6 Interview Questions Answers

Visual Basic 6 Interview Question - 91 : -

What is MDI form?

Visual Basic 6 Interview Answer - 91 : -

MDI Styles
 

Visual Basic 6 Interview Question - 92 : -

Under the ADO Command Object, what collection is responsible for input to stored procedures?

Visual Basic 6 Interview Answer - 92 : -

The Parameters collection.
 

Visual Basic 6 Interview Question - 93 : -

What is the diff between RDO and ADO?

Visual Basic 6 Interview Answer - 93 : -

RDO is Hierarchy model where as ADO is Object model. ADO can access data from both flat files as well as the data bases. I.e., It is encapsulation of DAO, RDO , OLE that is why we call it as OLE-DB Technology.
 

Visual Basic 6 Interview Question - 94 : -

What is ADO? What are its objects ?

Visual Basic 6 Interview Answer - 94 : -

ActiveX Data Object. ADO can access data from both flat files as well as the databases. I.e., It is encapsulation of DAO, RDO, and OLE that is why we call it as OLE-DB Technology. Objects are Connection, Record Set, Command, Parameter, field, Error, Property.