What are the different compatibility types when we create a
COM component?
Answers were Sorted based on User's Feedback
Answer / neha dogra
Three Compatibility Types:
1. No Compatibility: New GUID created and references from other components will not work.
2. Project Compatibility: Default for any new component
3. Binary Compatibility: GUID does not change, references from other components will work.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nilesh b
Following are compatibility types in COM
Binary Compatibility - For Backward COmpatibility
Project Compatibility - For Debugging Purpose
No COmpatibility
Is This Answer Correct ? | 2 Yes | 1 No |
What are the important components of OLEDB?
How would you define and use a Boolean in VB?
2 Answers Asteroid Software Services, Microsoft,
What is the maximum no. of forms can include in one project (vb project)?
What is Centralization Error Handling?
Difference between Recordset and Resultsets.
How does the following statements work? On Error Resume Next
How do you change the icon and otherwise manipulate the DOS box?
What is the diff between the Create Object and Get object?
Which controls can not be placed in MDI?
Difference between Linked Object and Embedded Object?
How do I call help files from a VB program?
What is the difference between change event in normal combobox and dbcombobox?