Hi,
I want to delete a database but so far, I cant with this error:
Cannot delete the database. Please stop all of the replicators before closing the database.
I am doing:
replicator.stop();
database.delete()
I am stopping it but it looks like it is deleting it before(?) it is stopped. I am totally new to Java and using cbl with android with javascript.
2 posts - 2 participants