Re: Master-detail don't work??? (MasterField type Date/Time)



For a check I suggest you create a new project and then copy your TadoTables
,TadoConnection, Tdatasets and TdbGrids to a form in the new project and see if
it works there. If it does you are making some change in code that is affecting
the link.

Thanks for the reply.
No, it did not run in the IDE either.

I did as you suggested: copied them to a new project etc. and it still didn't work.

This is strange. In the same project, I successfully use DateTime fields in the following queries:
'DELETE FROM Elements WHERE Timestamp<#' + TodayString + '#'
'SELECT * FROM General WHERE Timestamp<#' + TodayString + '#'

And it works. But I guess miliseconds are not taken into account in these queries.

Considering converting the DateTime field (primary key) to its string representation. Aaaaasarrgh....

.