MagicFrisbee
Programmer
Is there a function I can call which will return a Boolean indicating if the given parameter is an SQL keyword? Something like:
if IsSQLKeyword( 'SELECT' ) then
...
"Roj"
GIS Programmer
City of Orem, UT
if IsSQLKeyword( 'SELECT' ) then
...
"Roj"
GIS Programmer
City of Orem, UT