Re: How to Create a JSON webservice using Powerbuilder.Net
Thanks Bruce.we done it. from last one couple of days i was struggling with this.It 's for the URItemplate. agian thanks a lot RegardsSubrat
View ArticleHow to call a structure inside another structure.
Hi Team, How can i declare a structure inside another structure.Is there any way . If no is there any alternative If yes how RegardsSubrat
View ArticleRe: How to call a structure inside another structure.
Create structure1. Create structure2 and for the Type you just enter the name of structure1Note that using a custom user object might be the better way of going about this.
View ArticleRe: How to call a structure inside another structure.
Hi Terry, Thanks for the help.Can i use the array of structure inside the structure.As i want to return multiple rows of the data. In side the code, i am returning the structure as below....
View ArticleRe: How to call a structure inside another structure.
In the structure definition add [] to the variable name to make it an array.
View ArticleRe: How to call a structure inside another structure.
Hi Roland, Yes i have alredy done that.But while returning the array of structure is not returning.But if i make it to just a simple structure then the values are displaying. RegardsSubrat
View Articleimportstring with xml merging row data
I have a simple XML import I'm trying to do, rather than manually parsing the data. There's a problem though. The following XML generates 3 rows in the datawindow instead of 4. I'm using a default...
View ArticleRe: Slow performance when deploying web forms app
Hi, I don't know, I have only used IIS6 and mostly create msi. And always uninstall the application before deploying the next version. You can end up with a lot of orphaned (for lack of a better word)...
View ArticleRe: importstring with xml merging row data
I have limited experience with XML import. What I have just found is: Column tag names are ignored during import. The import "finds" the data between each detail item. Appears to completely ignore the...
View ArticleRe: importstring with xml merging row data
So basically, you're required to have the right number of data elements for each row, or it'll stuff them together for you. Not quite how I imagined an XML import to work. The whole concept of XML is...
View ArticleRe: How to call a structure inside another structure.
There's a bug in the initial versions of 12.5 in which a WCF service won't return data if it contains an array of a structure within a structure. See this thread: Returning an array of structure from...
View ArticleRe: How to call a structure inside another structure.
Thanks Bruce, In the thread she is mentioned that after updating the EBFS , she was not able to do the build for the WCF though the issue was resolved and she returned to the older version back and she...
View ArticleRe: How to call a structure inside another structure.
There are, at this point, 5 different EBFs available that contain the fix. I suggest trying several of them to see which addresses the issue and yet doesn't break anything else critical to you. You...
View ArticleRe: passing string variable to select query not working
Your mistake is the logic you use to construct the string used as the query. As the others have suggested, you should visually inspect the string after building it to see the problem. You have...
View ArticlePowerBuilder 12.5.2 EBF
Is there a location for the current EBF files? I'm running PM 12.5.2 Build 5583
View ArticleRe: PowerBuilder 12.5.2 EBF
The public EBFs are still at: http://downloads.sybase.com/swd/base.do?client=support There are 3 more there later than your current build. If you have a support contract, you can access the new support...
View ArticleRe: PowerBuilder 12.5.2 EBF
Thank you Bruce. There must be a secret decoder ring needed for this. I click on the link which shows the restricted patch page. Click on the HERE link which bring me to the SAP page. Login using my S...
View ArticleRe: Missing Datatype for 64 Bit unsigned integers in PB (Classic/Native).
Wow... more than 9 223 372 036 854 775 807 Bytes, nice number, some exabytes of memory. Where did you bought that machine or are you a time traveller? My vote: Use that function with longlong until 128...
View Article