Avatar of Phil Chapman
Phil Chapman
Flag for United States of America

asked on 

VB6 Compile Compatibility Issue

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)
Visual Basic ClassicProgramming

Avatar of undefined
Last Comment
Phil Chapman

8/22/2022 - Mon