xsharp.eu • Use XSharp.ADS.ACE or AdvantageRDD?
Page 1 of 1

Use XSharp.ADS.ACE or AdvantageRDD?

Posted: Fri Apr 02, 2021 11:26 am
by ic2
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

Use XSharp.ADS.ACE or AdvantageRDD?

Posted: Fri Apr 02, 2021 11:36 am
by robert
Dick,

AdvantageRDD is for Vulcan. Please remove that from your project.

Robert