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
Parts of ODBC?
Can you tell me the properties of the controls?
Is it possible to Access BackEnd procedures? Explain.
1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report
Scope of API?s can be of different types, what are they Why API functions are Required?
Types of Resultsets.
Draw Sequence Modal of RDO and Explain?
I have several megabytes of memory. Why do I get an "out of memory" error?
What is the use of Tabledef?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
How would you attach pictures in Treeview Control?
Explain about declaring variables in Visual basic?
what are the Parts of ODBC?
How would you find out the value property in Slider Bar Control?
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).