I'm using PowerBuilder Classic 11.5.1 Build 4675, SQL Server 2008 R2, Visual Studio 2013. I've also tried with PowerBuilder Classic 12.5.2 Build 5583, same result.
I am retrieving data from a WCF Web Service into a Web Service datawindow. One of the columns is a datetime and I can see the milliseconds are retrieved fine by formatting the datawindow column to yyyy-mm-dd hh:mm:ss.fff. However when I change some other data and do the web service update the datetime value is passed to the update method in the C# .NET code, but I can see in the .NET debugger it no longer has the milliseconds. Since I am using this column to check to make sure no-one else has updated the data in-between my retrieve and update this is a problem.
It looks like a bug to me, but just in case, does anyone have any ideas?
Thanks for any help!