S
suica
MS Access 2003
UPDATE table1 SET truefalsefield = -1 where key = 500;
The field truefalsefield is never updated. It is a true/false (boolean)
field.
Whatever I do the field stays always empty. I tried to do as well:
UPDATE table1 SET truefalsefield = 1 where key = 500;
UPDATE table1 SET truefalsefield = Yes where key = 500;
UPDATE table1 SET truefalsefield = true where key = 500;
As well I did it with a sql-query in Access itself and via ODBC.
Nothing works.
I have other boolean fields in the same table which I can update. The
database was an Access 2.0 Database and was updated to Access 97 and
then to Access 2000 and finally to Access 2003.
Most of the boolean fields were already in the Access 2.0 database.
however one new boolean field is updatable and the other not. But I
cannot see any difference between these two.
Any ideas???
Thanks a lot.
Andreas
UPDATE table1 SET truefalsefield = -1 where key = 500;
The field truefalsefield is never updated. It is a true/false (boolean)
field.
Whatever I do the field stays always empty. I tried to do as well:
UPDATE table1 SET truefalsefield = 1 where key = 500;
UPDATE table1 SET truefalsefield = Yes where key = 500;
UPDATE table1 SET truefalsefield = true where key = 500;
As well I did it with a sql-query in Access itself and via ODBC.
Nothing works.
I have other boolean fields in the same table which I can update. The
database was an Access 2.0 Database and was updated to Access 97 and
then to Access 2000 and finally to Access 2003.
Most of the boolean fields were already in the Access 2.0 database.
however one new boolean field is updatable and the other not. But I
cannot see any difference between these two.
Any ideas???
Thanks a lot.
Andreas