Just wonder if is there a way to use Delphi tdate type in remobjects functions instead of tdatetime?
It seems not work with parameters and results and the service tester did not allow it. That make it difficult to test with date time parameter that only accept numbers.
The question is because i am converting some datasnap services and txsxdata services, and i have a ton of functions with tdate parameters.
I guess if i replace tdate with tdatetime with not harm the function itself but i am trying to preserve the code as i found it.
Best regards.