Creating a REST web service using PowerBuilder.Net 12.5
One of the new features introduced with PowerBuilder.Net 12.5 was the ability to create WCF web services. The version of the product also introduced a client for REST web services as well, and a WCF...
View ArticleHow to do dynamic SQL in PB
To create a dynamic SQL statement in PB i did this: SQLTEST = "select id,name from ss_test where id = @i;";DECLARE cursor_base DYNAMIC CURSOR FOR SQLSA;PREPARE SQLSA FROM :SQLTEST;OPEN DYNAMIC...
View ArticleGetting PB hanged(Not Responding) status while creating DW object using SQL...
I am creating DW using SQL Select, when I select SQL Select data source and click on Next in DW painter my PB got hanged(Not Responding) status.Also getting same probelm when creating DW through Stored...
View ArticleSlow performance when deploying web forms app
Hi all, Suddenly (from one day to another) I began to experience a significant lack of performance when I try to deploy a very simple app to IIS. The "Checking IIS Server", "Generating .NET assembly...
View ArticleIssue while selecting return type in the Webservice datasource
Hi Team, Good Morning! I am using Webservice as a datasource in the Powerbuilder 12.5 Classic version. while using the webservice datasource i am not able to select return type in the select parameter...
View ArticleManually converting individual texts to RTF
Hi all, I needhelp for the followingproblem.I use PB 12.5 on W8.1 with Oracle database.I want to readrecords from table.I formateach sentence inaRTFformat(egbold, underline, etc..). Each...
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 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 ArticleWebservice issue
Hi All, we have done the webservice coding in JAVA with SOAP UI. Now we are tried to invoke the service through PowerBuilder. While accesing the WSDL from Web Service Proxy , I am not able to invoke...
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 ArticleMissing Datatype for 64 Bit unsigned integers in PB (Classic/Native).
Hello SAP, please include the Missing datatype ULongLong / UnsignedLongLong in PB 12.5.x and PB 15 (Classic/Native).I like to use the WINAPI KERNEL32 function GlobalMemoryStatusEx this uses the...
View Articlepassing string variable to select query not working
Friends, PB 7.0DB: sql server 2008 string mid;mid=get_user();messagebox("test",mid); above message box is showing the value of mid correctly...but when i pass this variable to the below query i am not...
View Articlecount selected rows for a group
Hi, I want to show the number of selected rows of a group (tree level) in a treeview datawindow (PB 12.1 classic). I have created a computed field in the tree level header with sum (if...
View ArticleWhat is return code -30953 fro importfile?
PB 12.5.1 (build 4015)The return code from an importfile command is -30953.li_return = parent.dw_process.ImportFile (ls_pathname)The file is a csv file that contains 34583 records.Can somebody please...
View ArticleHow to deploy a webservice in a server
Hi Team, Hi have created small webserver application using powerbuilder 12.5.1 (PB.net).I have deployed the application in my local IIS server.Its working finr.Now i want to deploy the same application...
View ArticleTrying to Install PB 12.5 - Getting .NET 4.0 SDK Message
My objective is to create a web service datawindow however, I was getting a message that .NET Framework 4.0 SDK was required. It is installed according to my "Programs and Features" on the Control...
View ArticleHow can i pass integer,long and datetime datatype to a webservice
Hi Team, I am trying to create a simple webservice in powerbuilder 12.5.1. I have created a function of_function_return of return type String.It takes one argument as integer.Please find the image...
View ArticleHow to pass a structure/array of structure as input parameter in a webservice
Hi Team, I am trying to create a webservice in powerbuilder .net( pb 12.5.1) . As this webservice will be used by external world to access some of data on basis of some input paarameter. So can i use...
View ArticleProfilestring - can I tell where they are pulling the ini from
I have a client, who put our software on a citrix xenix 4.5 server.it was on a windows 2003 serveroriginally... they put an ini file, in each of the documents and settings / user directories now, they...
View Article