DEVFYI - Developer Resource - FYI

Referential Integrity (Take care By jet database Engine). Cascade Delete, Cascade Update is done setting property of Attributes.?

Visual Basic Interview Questions and Answers


(Continued from previous question...)

79. Referential Integrity (Take care By jet database Engine). Cascade Delete, Cascade Update is done setting property of Attributes.?

DbRelationDeleteCascade, DbRelationUpdateCascade.


80. How to increase the Date corresponding with month,date,year?

DateSerial(year(Now),Month(Now)+1,1)
Hour, min, sec, month, year, DateSerial, dateadd, datediff, weekday, datevalue, timeserial,timevalue.


81. Name some date function?

Dateadd(), Datediff(), Datepart(), Cdate()


82. What is difference between datagrid and flexgrid?

Datagrid Editable. Flexigrid Non-Editable. (Generally used for Read only purpose.)


83. What are two validate with Data Control?

Data_Validate, Data_Error.


84. To connect the Data Control with Back end What are all the properties to be set?

Data source Name, Record Source Name

(Continued on next question...)

Other Interview Questions