Bad URL.
Here's the right page in the PDF for Progress Reserved Words:
http://bit.ly/140fBC9
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Vic Drecchio
Sent: Wednesday, July 31, 2013 4:29 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Cannot use Resource table in SQL Select
Ahh, makes sense. It was very smart of the developers to use reserved words
for table and field names. /sarcasm
Here's a complete list of Reserved Words in Progress if anyone is curious:
http://bit.ly/17UmN32
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
sosnowbored
Sent: Wednesday, July 31, 2013 4:20 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Re: Cannot use Resource table in SQL Select
Unfortunately Resource is a reserved keyword in the Progress SQL server. To
access it you will need to escape it with double quotes like:
SELECT * FROM MFGSYS.PUB."Resource"
Also be aware that your permission scripts may have bombed when granting
ODBC users permission to that table. I could access it with sysprogress but
not my standard ODBC login until I wrapped the table name with double quotes
on my permission granting script.
Aragon
--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ,
"mmcwilliams22" <mmcwilliams22@...> wrote:
table I get an error. Is resourceID a property of something possibly and it
is trying to interpret it as such?
[Non-text portions of this message have been removed]
Here's the right page in the PDF for Progress Reserved Words:
http://bit.ly/140fBC9
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Vic Drecchio
Sent: Wednesday, July 31, 2013 4:29 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Cannot use Resource table in SQL Select
Ahh, makes sense. It was very smart of the developers to use reserved words
for table and field names. /sarcasm
Here's a complete list of Reserved Words in Progress if anyone is curious:
http://bit.ly/17UmN32
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
sosnowbored
Sent: Wednesday, July 31, 2013 4:20 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Re: Cannot use Resource table in SQL Select
Unfortunately Resource is a reserved keyword in the Progress SQL server. To
access it you will need to escape it with double quotes like:
SELECT * FROM MFGSYS.PUB."Resource"
Also be aware that your permission scripts may have bombed when granting
ODBC users permission to that table. I could access it with sysprogress but
not my standard ODBC login until I wrapped the table name with double quotes
on my permission granting script.
Aragon
--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ,
"mmcwilliams22" <mmcwilliams22@...> wrote:
>as soon as I have SELECT Resource.ResourceID or any other Field from that
> Have a simple select statement where I can use about any other table but
table I get an error. Is resourceID a property of something possibly and it
is trying to interpret it as such?
>[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]