Powerbuilder 2022R2
If a column in a datawindows is destroyed I see a empty column ( "": null ) in the json export
Is there a way to avoid this?
Thanks
Eric
Simplified code:
lds.dataobject = 'dw_line'
lds.modify("destroy column cs_key")
lds.settransobject( sqlca )
lds.retrieve( )
lds.exportjson( false )