Code: Select all
SELECT ID, LIBELLE FROM LIBELLES
WHERE Categ='TAG' OR ID=0
ORDER BY UPPER(LIBELLE)
Problem: when connected to oracle, I made Add All Fields to uniquery-> Unidac added a TFloatField .
Then I connect the app to Postgres db, and unidac claims: Actual: smallInt, expected: TFloatField .
So app works with oracle and not Postgres. Any hint?