DateField problem with you last build
Posted: Thu 14 Dec 2006 09:03
Delphi 5 SP1
Mysql 5.0.27
MyDac 4.40.0.21
The problem doesn't occur with previous build.
I can select a date field, but i can't update or insert a date field, the error raised is 'Invalid variant operation'.
Way to reproduce the problem :
_CREATE TABLE TestTable (DateField date default NULL);
insert into TestTable values (Now());
in dephi, drop in a form MyQuery,MyConnection, DataSource ,DbGrid and link them.
Query : 'select * from testtable'
launch the application, you can see the record, but if you try to update this record, or add a new row, the error raise.
Mysql 5.0.27
MyDac 4.40.0.21
The problem doesn't occur with previous build.
I can select a date field, but i can't update or insert a date field, the error raised is 'Invalid variant operation'.
Way to reproduce the problem :
_CREATE TABLE TestTable (DateField date default NULL);
insert into TestTable values (Now());
in dephi, drop in a form MyQuery,MyConnection, DataSource ,DbGrid and link them.
Query : 'select * from testtable'
launch the application, you can see the record, but if you try to update this record, or add a new row, the error raise.