I have an insert statement from powerbuilder, that is throwing a database error. This started happening after PB9 to PB11 migration of the application. It was working fine in PB9. Does it have...
Is there a standard way of doing version control on client pb appliation connecting to oracle 9i.
Now we have a simple table of (userid,version) that tracks the user and software version.
...
1. I am exporting the data of a datawindow through dw.saveas(). I am not passing any filename to it, and hence the user has the flexibility to save it wherever desired and in whtaever name. Ho...
Hi All,
i added "StripParmNames= 'Yes'" in registry DBParm for datawindow to execute the Stored Procedure, isn't this action will affected others existing code or datawindow?
eg:DBParm=U...
Hi,
I have a datawindow control which i am using to assign different datawindow objects based on the selection of certain conditions. We have a AFC layer that contains objects specfic to ou...
Hi,
Using PB10.5
I have a datawindow on a window that has 1 retrieval argument "department". The department is selected from a dropdownlistbox and this event fills the datawindow. I would...