How do you debug datawindow differences between PowerBuilder and PowerServer? I have datawindows that work fine in the IDE but when deployed are missing data. I've tried changing from a stored procedure to SQL and they're still missing.
The date is a string and the other two are numbers. I've attached the Model for this dw if that helps (after changing extension to txt)
PowerBuilder
PowerServer
My guess is that you are connecting to a different database and it has nulls for those columns when using powerserver.
are you connecting to the same database when using powerserver as when you are using powerbuilder?