[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Error 15814 - is it because of a non-alpha in table name?

  • Thread starter Thread starter steve pittman
  • Start date Start date
Status
Not open for further replies.
S

steve pittman

Guest
Hi, Try this: grant select on PUB."CUST$" to ; That should make your Grant work OK. The double-quotes have to be around sql identifier with a special character, which in this case is CUST$. When you got PUB and CUST$ then the sql identifier becomes "PUB.CUST$" which is not what you want here. Hope this helps, ....steve pittman

Continue reading...
 
Status
Not open for further replies.
Back
Top