Hi everyone, currently I migrated my PowerBuilder 2019 code from 32 bit to 64 bit. Unfortunately I was using codemax20.ocx 32bit. Now my application is failing because I don't have codemax20.ocx 64bit. I was wondering if there is a "power builder SQL syntax highlighter" component, or something that I can use to Highlight my SQL syntax.
Something like this:
//My comments
SELECT Field1, Field2
FROM Table
WHERE Field1 > 0;
Any advise will be appreciated