I am using Powerbuilder 6.5 with Oracle. I want to develop application which take picture thru USB webcam and store in a database. Anyody help me with sample...
hi experts, would like to know how to access the system events data of windows 2003 server using PB9.0. your help is highly appreciated. thanks, Alfred...
PowerBuilder, by itself, can only see non-PB-specific Windows events through the "other" event, and you have to know what you seek when you code in the 'other"...
thanks for your quick reply Mr. Knight, i mean the events that i would like to access are the events found in windows adminitrative tools / event viewer /...
Hmmm.... The MMC is the Windows application that is the Event Viewer, and I'm sure it store's it data somewhere you could get to it, but I do not know where...
Hi All, How can I save composite datawindow to PDF without using third part software like ghostscript. I try to edit the properties of each datawindow in under...
Hi! Is there a tool to decompile PDB? Thanks ____________________________________ Ferdinand Ian Cariño PowerBuilder Consultant SAP Business One Consultant ...
This has been a thread all week in the PowerObjects group. The quick answer is yes, but they are ALL illegal. Use them at your own risk. Furthermore, they do...
Hi All PB/SQL Gurus, I am using PB11.5 and SQL Server 2005 as backend. I am trying to reverse engineer a Powerbuilder Application for documentation. As...
Hi Kumar, I have used PBDOC to document the PBL's before. But with your request i dont think PBDOC gives CRDU details. Please try with PBDOC. But please let me...
Olan, Thank you for your mail. In fact my requirement is different. I already have the actual source code. I am trying to create application documentation...
Hi All I am new to Powerbuilder, and i would like to migrate powerbuilder to j2ee.In PB there are various controls like button,text box,menu and drop down.How...
venugopal reddy
v4_u@...
Nov 4, 2009 10:04 am
7582
Hi, I have a Powerbuilder application (developed in powerbuilder 11.5) that is connected to a specific instance of ASE with a specific port and instance...
Once long ago, in a universe far, far away, I remember hearing about database "pooling" and the fact PBv9 and up had built-in capability to handle such...
Hi All, I have 2 tables in 2 different database (same ASE DB ). I want to create DW getting data in the said table. Can I create an sql satement to select...
Use Transaction Object dw_1.SetTransObject(Trans_DB1) // DB1 dw_2.SetTransObject(Trans_DB2) // DB1 You can load/manipulate data from dw_1 to dw_2 OR vice...
Hi Raul, I want to combine it in 1 DW only. Thanks Cris ________________________________ From: RAUL TUICO <raulaisleen@...> To: pbhelp@yahoogroups.com ...
With the rowscopy method you can copy dw_2 data to dw_1 data which is very fast. ... From: pbhelp@yahoogroups.com [mailto:pbhelp@yahoogroups.com] On Behalf Of...
Yes, just create a script manually. Load data from dw1. then loop and copy all the data to dw2. ... From: RAUL TUICO <raulaisleen@...> Subject: [pbhelp]...
Not tested it yet, but I think you cant, you have to have an temp location of the two tables data. :-) ... From: crisanto ladines <papasmm@...> Subject:...
better is use 2 different transaction objects for both databases and you can use setransobject with 2 different transaction objects ... -- Regards Yogesh Puri ...
Hi All, My company need 2 PB Programmer here in Philippines. Company Location: Paranaque City, Philippines Qualification: At least 1 year experince in PB...
Hi All, I have exisitng PB apps that print a data in a pre-printed form. It is possible to do the same process in a Web form application? Im using PB 11.5 ...
Hi All, PB v10.2.0 build 8100 Sybase 12.5 database Windows XP, SP 3 We are running into a problem where once in a while, at irregular intervals, our...
Sounds like a memory leak. What have you done to isolate where in the code that it might be quitting? Have you considered upgrading to v10.5? I know that v10.2...
Is there a sample code to calculate busines days between two days. The daysafter gives the number of days, but I need not to include weekends, national and...
Does you face this problem in running exe or while running the project? And if exe, then whether u created it with dlls or pbds. On Tue, Jan 26, 2010 at 11:27...