Performance Implecations for Using Reserved Words?

Hi,

Servoy seems to handle reserved words (for ASA at least) with double quotes like this: select s_degrees.“sort” .

We’ve got a few places where reserved words are working fine, but I’m curious if someone from Servoy can comment on any performance benefit for Servoy not needing to escape/quote the SQL?

Thanks.

JDW

there is no performance issues here.
Only some databases don’t support quoutes of handles them differently.
So avoiding reserved words is the best thing to do.

Ok, thanks!

JDW