Symptom
- There is a difference in behavior between SAP PowerBuilder 12.6 (classic) and PowerBuilder 12.6 .NET when the following statement is executed:
selectStatement = account.Describe("datawindow.table.select")
- In PowerBuilder 12.6, a value is returned in the selectStatement
- In PowerBuilder 12.6 .NET, the selectStatement returns a empty string
- Here is the sample of the code used:
DataStore account
string selectStatement
account = create DataStore
account.DataObject = "d_tabular"
account.SetTransObject(sqlca)
selectStatement = account.Describe("datawindow.table.select")
Read more...
Environment
SAP PowerBuilder (PB) 12.6
Product
SAP PowerBuilder 12.6
Keywords
CR794457, 794457, datawindow.table.select, .net, empty, blank, string , KBA , BC-SYB-PB , PowerBuilder , Bug Filed
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview