We have a fairly large PowerBuilder application that is used to run our business.
We are working on a 2 way messaging module and there are lots of messages.
In our database (SQL Server), the message id number (used to uniquely identify the record) is the datatype BIGINT
(this is a 2^64). Does the datawindow support this type yet? I only see options for long and ulong, which I'm pretty sure are still 32 bit numbers...
You could be correct on that one. I just did a test and the Decimal(0) => BigInt blows at 20 digits in the DWO.
I'll post a picture next of the test.
Regards ...Chris