I had to change the computer I use for my vb6 programming. When I try to re-compile a module I get a Break compatibility warning.
Below is the reason for the compatibility issue:
Original Definition:
Property Set to Connection(RHS As ADODB.Connection_Deprecated)
Current Definition:
Property Set Connection(RHS As ADODB.Connection)
Question:
Where does Set Connection(RHS As ADODB.Connection) come from and how do I set it to Connection(RHS As ADODB.Connection_Deprecated)