Use XSharp.ADS.ACE or AdvantageRDD?
Posted: Fri Apr 02, 2021 11:26 am
One more question on replacing the Vulcan DLL's to the X# DLL's in my X# project:
I get this warning:
Warning XS9043 'ACE' is ambiguous. Could be NamedType 'XSharp.ADS.ACE' in XSharp.Rdd or NamedType 'AdvantageClientEngine.ACE' in AdvantageRDD. Using the first one.
E.g. in:
nStatus := ACE.AdsCreateSQLStatement(hConn, hStmt)
Does this mean I have to (or: can) remove the reference to the AdvantageRDD when using all X# DLL's?
Dick
I get this warning:
Warning XS9043 'ACE' is ambiguous. Could be NamedType 'XSharp.ADS.ACE' in XSharp.Rdd or NamedType 'AdvantageClientEngine.ACE' in AdvantageRDD. Using the first one.
E.g. in:
nStatus := ACE.AdsCreateSQLStatement(hConn, hStmt)
Does this mean I have to (or: can) remove the reference to the AdvantageRDD when using all X# DLL's?
Dick