What are the different compatibility types when we create a
COM component?
Answer Posted / 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 |
Post New Answer View All Answers
To find the current recordposition in data control.
Why API functions are Required?
How do you create a form in visual basic?
Is visual basic case sensitive?
Through which protocol OLEDB components are interfaced?
what is the Difference between Tabletype and Snapshot?
What is meant by building a recordset.
How many File System Controls are there ? Explain.
What is the Windows API?
What is the-use of property page Wizard in ActiveX Control?
How do you avoid the "Invalid use of null" error when reading null values from a database?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
Why doesn't "my string" & Chr$(13) do what I want?
What is the use of Visual Basic Document file?
What are the types of Error? In which areas the Error occurs?