MyDAC or VCL Bug ?
Posted: Tue 10 Oct 2006 13:02
Hi,
I just found that at runtime :
get an EVariant Invalide OP error with message : Invalid variant operation
while
worked like a charm !
Is this a VCL bug or a MyDAC bug ?
Ps : MyDate is a TDateTimefield type
I just found that at runtime :
Code: Select all
If Query['MyDate'].IsNull then DoSomething();while
Code: Select all
If Query.FieldByName('MyDate').IsNull then DoSomething();Is this a VCL bug or a MyDAC bug ?
Ps : MyDate is a TDateTimefield type