anatolyrevich
unread,Sep 11, 2009, 4:14:39 PM9/11/09You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I’m evaluating Web conversion of PowerBuilder application
on PB 11.5
Regular desktop deployment has no problem with dw.Retrieve()
method. It return a row.
When I try web deployment same datawindow call to
dw.Retrive() returns -1.
Also if I try to call dw.GetItemString(1, “column_name”)
it returns null value and does not throw any
error/exception.
I’m using ADO connection to MSSQL2005.
Why is there difference in behavior for the same code
desktop and web deployment?
Any help is appreciated. We need to move application to the
Web and PB we deployment look like obvious solution. It is
not working.
Anatoly