Hi, I've implemented a syncObserver to get the name of the tables during the receiving data state but when I try to use the method "getCurrentTableName" of the SyncResult it returns a null value. Is there something that I forgot? I´m using ultraliteJ version 12.0.1 ebf 3406. tks, Renato |
Hi Renato, I'm getting table names whith getCurrentTableName listening Receiving Table State: SyncObserver.States.RECEIVING_TABLE Anyway, it would be fine to have a better documentation about sync states in ultralite clients. A comented state diagran would be perfect. |
David, My code was trying to get the table name on the RECEIVING_DATA state, I made some modifications on my code and it works perfectly. tks |