Dear Support Team,
I am using the Power Builder 2021 trial version.
Is there any provision in Power Builder 2021 to read the SQL query from PSR file which is loaded in Data Window control?
If so then kindly guide me possible ways.
Thanks & Regards,
Satyam
I've just tested it with a simple test case and it works.
string ls_s
dw_1.dataobject = "d:\test.psr"
ls_s = dw_1.GetSQLSelect ()
MessageBox ("GetSQLSelect", ls_s)
ls_s = dw_1.Describe("DataWindow.Table.Select")
MessageBox ("DataWindow.Table.Select", ls_s)