Hi,
It is not recommended to use the converter at run time directly from your application. The tool is connecting to the database for checking tables and fields names and can delay your application.
It is marked as a note in the tool documentation (How to Convert SQL from the Microsoft SQL Serve... | SCN):
SQL conversion using API caters only to testing purposes during migration of software solutions, and not for real-time conversions in live systems because of its performance. The conversion process is fast without any significant delays, but the verification of the upper or lower-case letters in the names of database objects (e.g. columns, procedures, etc.) takes quite a lot of time.
I'm not aware of a release of the tool for 64bits.
Regards,
Trinidad.