Hi,
We recently purchased SDAC and we're attempting to use your objects on our database. In one of our statements, however, we're running into an issue with the keywords print and from. We basically receive an error stating that it is unable to parse 'print' or 'from'.
The issue is that, due to some legacy code, we cannot rename the column to something better.
We're using your TMSQuery object.
So what can we do about this?
Keywords In SQL Field Names
-
AndreyZ
Re: Keywords In SQL Field Names
Hello,
To solve the problem, you should set the TMSQuery.Options.QuoteNames property to True.
To solve the problem, you should set the TMSQuery.Options.QuoteNames property to True.