[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: negative number appears in for the Table column

  • Thread starter Thread starter Rob Fitzpatrick
  • Start date Start date
Status
Not open for further replies.
R

Rob Fitzpatrick

Guest
Application tables have positive table numbers; system tables have negative numbers. Table -1 is "_file". You can see tables and their table numbers like this: for each dictdb._file no-lock by _file-number: display _file._file-number _file._file-name. end.

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