Does anyone use Universal SQL ?
Posted: Sun Nov 26, 2017 12:27 pm
I can't believe that this stuff still doesn't work.
The last time I tried this, I gave up because I couldn't get even the simplest SELECT statements to compile.
So, I thought that I would give this another try, now that it is 3 years later and many more new builds.
This will not compile:
error XBTS600: Missing CMD_SELECT in SELECT projection/fieldlist of SELECT command
This seems to be another huge waste of my time.
The only way I can ever get SQL to work is via ODBCDBE or ADSDBE.
The last time I tried this, I gave up because I couldn't get even the simplest SELECT statements to compile.
So, I thought that I would give this another try, now that it is 3 years later and many more new builds.
This will not compile:
Code: Select all
STATIC FUNCTION ReSort( cFieldName, oSession, oBrowse )
SELECT * FROM customers ORDER BY (cFieldName) VIA (oSession) INTO Customers
oBrowse:refreshAll()
RETURN nil
This seems to be another huge waste of my time.
The only way I can ever get SQL to work is via ODBCDBE or ADSDBE.