HI....
We have a PowerBuilder 10 applications which connects to an oracle 11g database on windows 2003 server, we want enduser to use applications in their PC by shortcuts for application via...
I Need information on Converting Powerbuilder to .NET. Where can I find some information?
Hi, I am new to PB 10.5. My problem is that when I try to open some library files I get an error telling me that they have been migrated but they need to be regenerated. So then I regenerat...
I have 2 versions of PowerBuilder on my System. V. 7.03 and Version 9.03 (I beleive..its build 8511).
I have an application that works fine in 7.03 and upgraded to 9.03. Things were going...
Good Day -
I am a PowerBuilder veteran of 10+ years but relatively new to VS2005 C#.
I am trying to call a C# DLL in PowerBuilder. I have many Windows DLL's I utilize in this fashion with n...
i have a datawindow grid with about 90 columnsthat retrieves records and when a user clicks on a row it should highlight.
i have the following in my clicked() event for the dw:
dw_report...
how can i use one datawindow in order sql query to be displayed in it?
I have two buttons on a form. According to the button you press different output will show up in the same datawindow. ...
Hi,
I have one datawindow which will dispaly the rows that is selected through a query from a database table. Other than the fields selected through the query, I have put a text control on ...
I need to use SQL "IN" operator in powerbuilder script. I am storing all the values in an string array.
ex: DECARE cur1 cursor for SELECT empname from emp where deptno IN (:ls_array[]) ;
...
I am trying to change some simple formatting on forms from a database i have inherited. The user interface was designed in Powerbuilder ( i dont know how to find out which version it was built...
The Executable(exe) along with all the PBD's is created using the Project build option in PB6.5,When the exe is run it gives the following error.
Application Terminated
Unresolvable External...
I'm using PB 10.5 with Oracle 10i. I'm trying to create a datawindow with a stored procedure as its source but when I click on 'Finish' button in the datawindow wizard, I get the oracle er...
I am getting following error message when i trying to connect a remote database server i am trying to connect through Jaguar Manager
Error Message :
Ping of EASDemo ODBC Connection Cach...
Is there any way to manipulate PDF files within an application which is developed using PowerBuilder 10.2.1. It should read, display & search PDF files.
I need to migrate powerbuilder 5 application(BACK END SQL SERVER) to Powerbuilder 10(BACK END SQL SERVER). pb 5 has native dirver for ms sql server. Pb 10 don't support sql server native drive...
I have the following code in the OPEN event of the application. The parameters @as_Action. @as_String and @as_Result are declared as VarChar(50) in the stored procedure.
------------------...
Hello,
I am trying to use Dynamic SQL 4 to run DML Statements like UPDATE, DELETE and INSERT.
DataBase: Oracle 9i.
PowerBuilder: 10.5 Build 5063
I am geting an error on DESCRIBE SQLS...
Using .NET 2.0, vb.net, VS 2005
I'm a newbie to webservices and the more I read, the more I get confused. I developed a webservice in ASP.NET 2005 that is read by a Powerbuilder (PB) 9.0 cl...
Hi all,
1. I want to call Oracle Stored Procedure thru my PB application. Can you please tell me how i can do this?
I am using PB 8.0.1 with Oracle 8.1.7. I want to call a store proc tha...
In this app, I have a hardware device that is sending a byte in through the serial port, I have to "listen" and determine when that byte comes in, grab the data and send a request back. I wou...
Hi Here is logic in detail
--------
ini file entries
[CLV]
;DBMS=MSS
DBMS = ODBC
DataBase=GFS
ServerName=HQDBDEV1
DSN=Dev1
-------------------
I created DSN with following steps
...
Hi everybody,
the problem that i have is a little bit heavy, so i need really big help ;).
System: WinXP (english) or Win2000 Server (french)
Powerbuilder: 8.0.3 BUILD 9704
Oracle DB: ...
helo
i created a connection object
SQLCA.DBMS="ODBC"
SQLCA.userid = "123"
SQLCA.dbpass = "1234"
SQLCA.dbparm = "ConnectString='DRIVER={O90 Oracle9i (9.0.1)};'"
this is not workin...
Hi, Using PB9.0.1, We have an issue with SOAP connection. While trying to Instantiated connection, we are getting a runtime Error: "Bad runtime function reference CreateInstance". We have PBSo...
I am a Java Programmer. I just started working on a project in which we have to migrate a Power Builder application to Java using web technologies.
In order to understand existing PB app, I...