MySQL: Cannot see inserted records in TZTable

Forum related to version 6.1.5 of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
cmatrix
Junior Boarder
Junior Boarder
Posts: 29
Joined: 20.10.2005, 21:43
Contact:

MySQL: Cannot see inserted records in TZTable

Post by cmatrix »

I have a strange problem. My app uses SQL to insert a bunch of records in a MySQL table. I then use a TZTable to look at these records. On my local system the records show up fine. However when connecting to a remote customer's MySQL database the records do not show up (RecordCount=0). Even running the MySQL admin does not show these records. However, the customer seems to see them from his MySQL admin software. Any ideas as to what's wrong here?

Note this used to happen to me too. Then I added a .Refresh call. After that the records showed up in the TZTable. However even with the Refresh call the records are not seen when using the customer's database.
Post Reply