Good Afternoon,
i have made a sample function in Basic
public Function CONSTANTTEXT(inp$) as String
CONSTANTTEXT= "that is all"
end function
I have tried to run SQL like this:
select CONSTANTTEXT('FRIEND') FROM RDB$DATABASE
This resulted in an error. Is there a way to accomplish this task?
FYI I tried this in MsAccess and it worked.