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

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

S33

Guest
Hi -- I'm trying to use sqlexp to do a "grant select on PUB.CUST$ to ;" but I'm getting error 15814 saying "Table/view/synonym (which is misspelled) not found". Is it because the filename ends with a "$" ? I tried putting double quotes around "PUB.CUST$" but it expanded that to "SYSPROGRESS.PUB.CUST$" (which also was not found), and I tried single quotes but that yielded a syntax error message. Any known workaround for granting permissions on a file/table like this? oe 11.7 on rhel ent 7

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