I have a Db on fb running and my program.
If a open IBO change a value of a table post and commit it saves on db viewing by IBO or if i open a new program the new value is there.
But on the first program if a zquery (select aname * from nametable) it returns the old value and not the new one.
If i change the values on the same program it works returns the correct("new") value from the query.
This should not happen because im querying FB ,,
So Why it returns old values.?????
Does something it shouldnt.
Moderators: gto, cipto_kh, EgonHugeist
Does something it shouldnt.
where's the code ..