[Progress Communities] [Progress OpenEdge ABL] Allow buffer for temp-table syntax for parameters.

  • Thread starter Thread starter jankeir
  • Start date Start date
Status
Not open for further replies.
J

jankeir

Guest
Currently, you can do: define buffer bufttx for temp-table ttx. This avoids using the ttx temp-table from the temp-db database when a database table exists with the same name as the temp-table. The following syntax should also work, but does not currently compile: function somefunction returns character (buffer bufttx for temp-table ttx):... Currently the temp-table keyword is not allowed here.

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