PowerBuilder 5.0 to 5.0.0.2I hope this the correct venue for this question. I have a fresh install of
PB 5.0 and I need to upgrade it to 5.0.0.2. I have found plenty of
reference/downloads to 5.0.0.4 on the sybase website, but I need to go from
5.0 to 5.0.0.2.
Where can I download the correct patch/upgrade?
Thanks
5.0.0.2 is no longer available. You can choose between 5.0.03 (bug infested)
and 5.0.04 (stable).
--
pbm_hopethishelps,
Roy Kiesler [TeamSybase]
Sybase Developer Network (SDN) - http://sdn.sybase.com
MySybase - http://my.sybase.com
"Dwayne Bordelon" <dwayne.bordelon@shawinc...
Triggers in SQL Anywhere 5.5.0 and PowerBuilder 5.0.03Hi:
I'm trying to get a series of triggers working, but am having lots of
difficulties. Initially, the following trigger did not update the
'product' table on an insert.
create trigger ti_inventory after insert on inventory
referencing new as new_inventory
for each row
begin
update product set product.current_in_stock = product.current_in_stock +
new_inventory.qty_new + new_inventory.qty_used_excl +
new_inventory.qty_used_good + new_inventory.qty_used_poor
where product.product_code = new_inventory.product_code
end;
I tried to put other commands into the t...
The Complexity and Effort to Upgrade from PowerBuilder 5.0 to PowerBuilder 9.0All,
I am looking for any information you would have on the
Complexity and Effort to Upgrade from PowerBuilder 5.0 to
PowerBuilder 9.0.
We are scoping out initial effort estimate documents and
workplans.
thanks-
Brian
I would start by searching this ng. Many folks have replied to questions
regarding migrations from 8 to 9, 7 to 9, 6 to 9 etc. The notes may not
answer all your questions but still should give you some valuable insight
HTH
Greg
<Brian Hauss> wrote in message news:40c09b93.4a25.1681692777@sybase.com...
> All,
> I am looking for any information y...
Oracle 8.0.5 vs Powerbuilder 5.0.04Hello People.
I need Native database driver of PowerBuilder 5.0.04 to Oracle 8.0.5.
Somebody know where i find this.
There is only a beta OR8 driver.
--
Terry Dykstra (TeamPS)
Canadian Forest Oil Ltd.
Sergio Augusto wrote in message ...
>Hello People.
>
>I need Native database driver of PowerBuilder 5.0.04 to Oracle 8.0.5.
>
>Somebody know where i find this.
>
>
>
>
...
Oracle 8.0.5 with PowerBuilder 5.0.04 (16 bits)I have a PB 5.0.04 in 16 bits and I try to connect on an Oracle 8.0.05
database on NT Server.
I able to connect on this database with PB 5.0.04 in 32 bits with the driver
OR8. But I don't able with the driver O73.
The message is: "DBMS O73 is not supported in your current installation."
I installed SQL*Net2.3.4.02 in client and I add the appropriate driver in
PowerBuilder to connect with O73.
The file PBO73050.DLL is placed c:\PWRS\SYS in PB 16 bits and is in my path.
Does anyone know what is wrong?
Thanks,
Sylvie
There are 32 and 16 bit flavors of SQL...
PowerBuilder Upgrade 5.0 -> 6.0/6.5 for PowerFrame?Has anyone upgraded PowerFrame (Metasolv's old framework) from PB 5.0
to PB 6.0/6.5? Did you run into any major problems? ANY upgrade
advice (PowerFrame or not) would be appreciated. Should I just wait
for 7.0? What's the latest on its release?
Please respond here or email to eleuschner@levi.com.
Thanks in advance,
Ellen
(The last living person not using PFC. IT'S NOT MY CHOICE!)
Ellen,
Have you tried calling MetaSolv? I know that they dropped support for
PowerFrame in favor of Cornerstone but they may still be willing to help.
Rey Bango
Team Powersoft.....
Groupwise 5.5 and 16 bit Powerbuilder 5.0.04An application developed in 16 bit Powerbuilder 5.0.04 with
functionality to
send email through Groupwise 4 is not able to send email through
Groupwise 5.5
( message box stating "Can not log on to email program").
Is this a 16 bit vs 32 bit problem? Are there any fixes?
Thanks
Hi Ron,
If Groupwise 5.5 is a 32 bit application then this will not work with a
PB 5.0.4 16 bit application. This is not a PB issue but an operating
system limitation.
Pat Steinhardt
Sybase Powerbuilder Product Support
Ron Connors wrote:
> An application developed in 16 bit P...
How to do from ASA5.5.0.4 #1867 To 5.5.0.5?Hi ,
I have 1 database on ASA5.5.04 Built #1867,
Today I download the package 5.5.0.5 from
Sybase web page,after I run the setup.exe.
I can not start my database anymore.
Can anyone help me.
Thanks A Lot!
Kadee
What error are you getting?
/ck
"kadee" <kadee@pchome.com.tw> wrote in message
news:$O6WtrS6BHA.238@forums.sybase.com...
> Hi ,
>
> I have 1 database on ASA5.5.04 Built #1867,
> Today I download the package 5.5.0.5 from
> Sybase web page,after I run the setup.exe.
> I can not start my database anymore.
>
> Can...
Visual ComponentsI had currently Visual Components - First impression 2.0 OCX. It works with
PB5.0 and PB6.0 and Visual C++ 6.0
I had install Visual Components - First impression 5.x ActiveX. I am not
able to reach the properties of the object in design mode with PB5.0.
However, I am able to do it out of PB 6.0 and Visual C++ 6.0
What is wrong?
Mario Fortin
Mariofortin@apg.com
...
Visual Components
I had currently Visual Components - First impression 2.0 OCX. It works
with PB5.0 and PB 6.0 and Visual C++ 6.0
I had install Visual Components - Fisrt impression 5.x ActiveX. I am not
able to reach the proprities of the object in design mode with PB5.0.
However, I am able to do it out of PB 6.0 and Visual C++ 6.0
What is wrong?
fredericcote@apg.com
Fred
I don't wanna sound flip, but it looks like you should use PB6.0 if that's
where the control works properly.
Am I missing something????
Regards,
Reed Shilts
PowerBuilder Kernel Group
***Nothing I...
Powerbuilder 5.0/7.0 and MS SQL 7.0 Performance issuesWe recently converted our app from Powerbuilder 5.0 to PB 7.0 -- the app in
PB 7.0 definitely runs slower on the client PC's than it did in PB 5.0.
Now we are migrating the database from MS SQL 6.5 to 7.0 SP2. We
successfully converted the databases in a testing environment, but now the
app runs terribly slow! I don't think it's a hardware issue -- the test box
is a Compaq 8500 quad Xeon 500 w/1GB Ram. We experimented running the app
as a PB 5.0 app against MS SQL 7.0 and the problem is the same. When we
execute SQL directly against the DB outside of PB, we see no perf...
superreview granted: [Bug 341583] Bump Thunderbird version to 1.5.0.5 : [Attachment 225643] 1.5.0.4 -> 1.5.0.5David Baron <dbaron@mozilla.com> has granted superreview:
Bug 341583: Bump Thunderbird version to 1.5.0.5
https://bugzilla.mozilla.org/show_bug.cgi?id=341583
Attachment 225643: 1.5.0.4 -> 1.5.0.5
https://bugzilla.mozilla.org/attachment.cgi?id=225643&action=edit
...
superreview granted: [Bug 341582] bump version numbers for 1.5.0.5 release : [Attachment 225641] 1.5.0.4 -> 1.5.0.5David Baron <dbaron@mozilla.com> has granted superreview:
Bug 341582: bump version numbers for 1.5.0.5 release
https://bugzilla.mozilla.org/show_bug.cgi?id=341582
Attachment 225641: 1.5.0.4 -> 1.5.0.5
https://bugzilla.mozilla.org/attachment.cgi?id=225641&action=edit
...
Going from Powerbuilder 5.0 to 6.0My company is looking into upgrading Powerbuilder. We just upgraded
from 3.0 to 5.0 and it was very time consuming and tedious.
I was wondering if anyone had some insight on how it will be to upgrade
to 6.0 and what to look out for. We are still finding 'bugs in our
software due to the precious migration and we want to make sure that the
transition is a little smoother. I understand that the previous upgrade
was a large jump, so I am hoping that this next one will be a lot
smoother.
Thanks for the input,
Jim Van Dick
On Wed, 08 Apr 1998 14:50:51 -0400, James Van Dic...