Cannot record data in Mysql

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
jaodrenn
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 31.01.2007, 16:48

Cannot record data in Mysql

Post 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
jaodrenn
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 31.01.2007, 16:48

Post 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
Post Reply