Why is "Capability" a key word? I haven't been able to find
evidence that it is a key word in an SQL dialect.
I'm coding for MS Access with SQL-92 support enabled. However, I
posted the question not so much about my specific situation, but
rather, why a simple web search seems to unearth no evidence of
Capability being a keyword in any dialect. Though it's not of direct
relevance to the question, here's my setup:
:SQLGetType
Current SQL dialect in use:sqlanywhere
Modifies the attributes of a remote server.
ALTER [ REMOTE ] SERVER server-name [ CLASS server-class | variable ] [ USING connection-string-info | variable ] [ CAPABILITY cap-name { ON | OFF | VALUE variable } ] [ READ ONLY [ ON | OFF | VALUE variable ] ] [ DEFAULT LOGIN string | variable [ IDENTIFIED BY string | variable ] | NO DEFAULT LOGIN ]