Determine a String is an SQL Reserved Word
Hello,
Is there a programmatic way (in ObjectScript) to determine if a string is an SQL reserved word (aside from using embedded SQL to try to name a property with that string and look for the error :-))?
Thank you,
Jean
Product version: IRIS 2024.1
$ZV: IRIS for Windows (x86-64) 2024.1.1 (Build 347U) Thu Jul 18 2024 17:35:51 EDT
Discussion (2)1
Comments
I haven't used it before, but this looks like it fits the bill:
https://docs.intersystems.com/irisforhealth20242/csp/documatic/%25CSP.D…
https://docs.intersystems.com/irisforhealth20242/csp/docbook/DocBook.UI…
Thanks Marc, perfect!