What areTypes of compatability in VB and their usage ?
Answer Posted / sankar
1.No Compatibility
2.Project compatibility
3.Binary Compatibility
Usage:
for making and maintain version of the dll.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to use advanced data-bound controls.
Which language is used in visual basic?
Draw Sequence Modal of DAO? Explain.
Types of LockEdits in RDO.
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Binary Access-method isused to access file in which manner?
What is the use of property page Wizard in ActiveX Control?
What is FireHouse Cursors?
Clear property is available in ____,___ control.
___ property used to add a menus at runtime.
DHTML Is used for what?
what are the Parts of ODBC?
Difference between Recordset and Resultsets.
Recordset object consists what?
by writing MACRO CODE,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). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.