Page 1 of 1

Cannot record data in Mysql

Posted: 31.01.2007, 16:54
by jaodrenn
Hi
I'm just a very beginner of ZEOSBDO and I'm discovering its principle
I cary these following tests out
1 - Database engine MYSQL 5
2 - Language DELPHI 7
3 - ZEOSBDO version 6.6.0 - beta
I drop a TZTABLE in a form
I also link that table to a dbgrid etc.

When I insert data, there are recorded in the cach, but if I control the database, there is no data there.

Does someone know why?

Thanks and regards

Posted: 31.01.2007, 19:08
by jaodrenn
I found the reason
That was quitre simple (and stupid from myself)
CacheUpdates was set to True
And no ApplyUdate against the dataset