cancel
Showing results for 
Search instead for 
Did you mean: 

SUP 2.1.3: No more isSubscribed?

Former Member
0 Kudos

Hi,

I am coding for iPad, and noticed that my generated code for MBO project no longer has isSubscribed property. Before, in order to check whether I start synchronizing or should I subscribe first, I simply had:

if([TestTestDB isSubscribed]) {

     [TestTestDB beginSynchronize];

} else {

     [TestTestDB subscribe];

}

However in SUP 2.1.3 isSubscribed was not generated, so I am looking for a way to check whether I should start synchronization, or should I subscribe?

Any suggestions?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Alexei

Please check this link

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01203.0213/doc/html/mqu13...

The suuport for iOS is changed to RBS though backward compatibility is maintained. If you are just starting now, change to RBS to save yourselves some headache.

Regards

LNV

Former Member
0 Kudos

Hi Former Member and  Former Member

How can we check for database is currently subscribed or not. Suppose in an operation network goes down and operation should be accomplished in an offline manner. How can we achieve in SUP 2.1.3?

Answers (0)