What is binding? What are types of binding?
Answer Posted / guest
Assigning variable with defined memory space.
Late Binding - Memory size is allotted in later stage.
Ex:- Dim x as object
Early Binding - Memory size is allotted while declaring
itself.
New Key word is important.
Ex:- Dim x as New Object
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the default model of the form?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
How would you navigate between one document to another document
How can you determine performance standards?
Types of LockEdits in DAO?
How can you save and Get data from Clipboard/ Recordset object consists what?
What is the-use of property page Wizard in ActiveX Control?
what are the Types of cursors in RDO?
Why visual basic is used?
What is the difference between Msgbox Statement and MsgboxQ function?
Explain the working of templates?
Data Control missing from toolbox when I use VB under NT3.5. Why?
Explain the working with task in Gantt chart view.
What language does visual basic use?
How would you attach an ActiveX control in Your Application?