Unified SQL Function
Posted: Tue 18 Nov 2014 22:42
OK playing around with this I tried a very simple:
"Select {fn CHAR(id)}, id from Client"
this should return 1 and 11, but
the built in Data Editor shows EmptyStr and garbage.. so does a data grid.
ID is an Integer field in a Firebird 2.5 Db
"Select {fn CHAR(id)}, id from Client"
this should return 1 and 11, but
the built in Data Editor shows EmptyStr and garbage.. so does a data grid.
ID is an Integer field in a Firebird 2.5 Db