Hello,
I'm trying to migrate an add-on solution (for SAP B-One) that uses t-sql queries, towards SAP Hana SQL ANSI. I'm using this converter (the dll file) to translate queries at run time :
The queries of the application are still written in t-sql, the add-on application code (C#) calls the ConverterLib.dll that translates the queries from t-sql to ANSI SQL dynamically at runtime.
This scenario works correctly for the 32 bits version of the add-on solution. But it doesn't work for the 64 bits version of the add-on application, because the dll is only available in 32 bits version.
Is there any solution to this problem ? When will the 64 bits version be available ?
Best regards.