Hi
I am using PB 2019 using an ODBC connection to a DB2 database
I am having problems with DataWindow retrieves on a 64bit build. I have literally built the simplest application with a DataWindow, a DataWindow control on a window which retrieves the DataWindow using a retrieve statement
on a 32 bit deployment the data returns fine. When I deploy as 64 bit however, the data being returned has field values missing and data is getting shifted into different fields (corrupted).
what am I doing wrong?
thanks