Re: Master-detail don't work??? (MasterField type Date/Time)
- From: macaileacs <available@xxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 19:11:11 +0100
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....
.
- References:
- Master-detail don't work??? (MasterField type Date/Time)
- From: macaileacs
- Re: Master-detail don't work??? (MasterField type Date/Time)
- From: Brian Bushay TeamB
- Master-detail don't work??? (MasterField type Date/Time)
- Prev by Date: Thread View
- Next by Date: Re: Master-detail don't work??? (MasterField type Date/Time)
- Previous by thread: Re: Master-detail don't work??? (MasterField type Date/Time)
- Next by thread: Re: Master-detail don't work??? (MasterField type Date/Time)
- Index(es):