Visual Basic (VB)

  Home  Computer Programming  Visual Basic (VB)


“Visual Basic Interview Questions and Answers will guide you that Visual Basic (VB) is the third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. By browsing our Visual Basic Interview Questions and Answers you will learn that VB is also considered a relatively easy to learn and use programming language. This VB interview questions and answers guide will make Visual Basic more easy to learn for every one.”



102 Visual Basic (VB) Questions And Answers

42⟩ What is the diff between RDO and ADO?

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.

 201 views

43⟩ What are the record set types?

RdOpenFowardOnly 0 (Default used only for the read only purpose)

RdOpenStatic 1

RdOpenDynamic 2

RdOpenKeySet 3 (Normally used for the live project)

 223 views

48⟩ What the RDO Methods and Events?

Methods Events

Begin Trans Validate

Commit Trans Reposition

Rollback Trans Error

Cancel Query Complied

Refresh

Update Controls

Update row

 195 views

52⟩ What is Zorder Method?

Object.Zorder = 1 or 0 Place a Specified mdiform form or control at the front or back of the z-order with n its Graphical Level.

 222 views

54⟩ Diff type of Datatypes in VB?

LOB (Large Object Data type).

CLOB (Stores Character Objects).

BLOB ( Store Binary Objects such as Graphic, Video Chips and Sound files).

BFILE(Store file pointers to LOB It may Contain filename for photo’s store on CD_ROM).

 204 views