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 is Static Cursor?
What is ODBC?
OLE is used for _______
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
what are the types of combo box?
Whats the advantages/disadvantages of using datacontrol vs DAO/ADO/RDO?
1 Answers L&T, MAHINDRA, Teledata,
What are the types of API Types?
Why visual basic is used?
How many File System Controls are there ? Explain.
Using which type we can access file line by line?
How does the following statements work? On Error Resume Next
what is the Difference between listbox and combo box?