[progress Communities] [progress Openedge Abl] Forum Post: Re: Inconsistency In Field...

Status
Not open for further replies.
M

marian.edu

Guest
hmm… I would say a ‘harmless’ one, and for backward compatibility sake hope this will still work :) DEF VAR tt AS HANDLE. CREATE TEMP-TABLE tt. tt:ADD-NEW-FIELD('character', 'character'). tt:TEMP-TABLE-PREPARE('mytt'). MESSAGE tt:DEFAULT-BUFFER-HANDLE:BUFFER-FIELD(1):NAME VIEW-AS ALERT-BOX. FINALLY: DELETE OBJECT tt NO-ERROR. END. we’re using that ‘feature’ for both jdbc driver and strongloop (node.js) connector… mainly as field ‘alias’, if the ‘fix’ is to throw error on add-new-field if field name is a Progress keyword this will break our alias feature :(

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