Release memory after call to .NET COM object via OLE
I have a .NET WCF Client that been wrapped in a COM wrapper so Powerbuilder (12.5.2) can call it. All the WCF Client does it call a web service that returns some rows of data and then passes them back...
View ArticlePB.NET creating ancestor classes in separate assemblies
Hello, allCan someone point me to a walkthrough on how to create ancestor classes and lock them into either PB or .NET assemblies? Becasue, after creating an assembly with an ancestor class, I cannot...
View ArticlePowerBuilder Sqlserver connectivity
Hi,I am using 11.2 powerbuilder and I want to connect sqlserver 2008 . What is the best method of giving connectivity with powerbuilder and SqlserverPlease can you send a sample code to set up the...
View ArticleHow to change datawindow data source from SQL to SP?
Suppose I have a datawindow which get data from direct SQL like: select c1, c2,c3, ... from mytab where c1=:param Then I create a new SP which return result dataset same as data in mytab. Then I want...
View ArticleIssue in webservice
Hi Team, This is Naresh and i am having issue in Webservice while using Webservice Datasource through PowerBuilder 12.5. After entering the URL in the Select WSDL File prompt, i am getting the error...
View ArticleInheriting from .NET classes
Hi, everybody. I am trying to inherit a non visual custom object from a .NET class named "System.ServiceModel.DuplexClientBase<T>", but I got this error below: I have downloaded the WPFToolkit,...
View ArticleContinued trouble reading file from webservice
Greetings all. I continue to have issues reading from files in a webservice (can create files fine). In an effort to make some head way, I attempted to use the STD_IIS framework. I created a new...
View ArticleDigitally signed excel file.
Dear All, Can it be possible to digitally signed MS Excel file &protect (Read-only) using powerbuilder12.5 classic? Thanks & e-RegardsAvishek
View ArticleTransaction autocommit and stored procedure
I have a SP to create data for a report. Datawindow get data from this SP. PB transaction autocommit=false when DW retrieves data by SP. It's is fine. then I want code in SP to insert data like: begin...
View ArticleWeb Service on Network drive
Hi!I found a problem in PB 12.5 Classic with Web Service on Network drive.Problem:1- I maped a network drive E:2- I created a Web Service on E:\WStest3- The WS loads a .JPG file into a DW. So, the WS...
View ArticleAccessing nested report's data
Okay I have a nested report, not a composite so GetChild is of no use, and I'd like to get to the data in the nested report. This kind of thing works very well: For ll_loop = 1 to dw_1.RowCount()...
View ArticlePB.NET - DW initial column values are lost!
Hello, alI have just discovered this issue, doesanyone have a remedy? I have a DW with a large number of columns (>30). Some of them have initial values set up.When I change the select statement, I...
View ArticleWhich dll is required to run powerbuilder exe with sqlserver snc connection
Hi,Please can you let me know which DLL is required to be copied to run application exe in a stand alone machine . Please can you let me knowWith Kind RegardsPol
View ArticleGenerating a setup file for a webservice
Hi , Iam just wondering : why always there is no sufficient resources when it comes to Powerbuilder & .Net/Web For my case I've created a simple web service to retrieve some data , it works well on...
View ArticleHow to Create a JSON webservice using Powerbuilder.Net
Hi Team, How can we create a JSON webservice using powerbuilder.Net ? Please let me know . Thanks in advance. RegardsSubrat
View ArticleCan I set the deployment path PB 11.5 build 2506
Just curious if I can set the path for the install on my end users machines? I am deploying a .NET win form app using SmartClient and the OneClick technology. Just need to have the ability to set the...
View ArticleSigning .NET assemblies with reference PB assemblies
Hello, allHere is a scenario, I am currently trying to figure out. I need to write a .NET assembly in PB.NET and register it for COM interop.I also have a set of common classes locked in a PB assembly,...
View ArticleIs it possible to use PB 12.5 assemblies in PB 12.5 classic
Hello, allI need to create a common closed class for all PB apps to use. THey do not need to inherit anything, just The PB apps are 12.5.2 classic apps (not PB Winforms, regular PB). Creating a PBD is...
View ArticlePoor powerbuilder webservice performance
In our company we're currently using Powerbuilder 11.5 and will be upgrading soon to 12.5.2. In one of our applications we have a webservice consumer using the .NET WDSL engine. The webservice we're...
View ArticleHow to use Team foundation Server for Powerbuilder version control
As the title says, I would like to use Microsoft Team foundation Server for Version control. Does anyone know if this is possible. Even when I have attached to our Team Foundation Server (TFS), I do...
View Article