MiletusClientDataset field definition problems

WebCode 1.7.3.0 version, SQL Server ,

  1. Cds does not show datetime fields
  2. Cds does not use the local format settings for float fields. Example: When Field value is 476.65 on the SQL result, and the local decimal separator is "," (as in Turkish format) then cds shows value as 47665.

We have found by tracing the source Weblib.MiletusCds that datetime datatype returns as 36 but does not match anything in the function GetFieldType and therefore returns 0.

Hi,

We applied improvements to handle the float and datetime fields better. The next update will contain the changes.