Vladimir Palko
unread,Oct 22, 2012, 4:51:29 PM10/22/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have a Java application that connects notes db... so how can I emulate Ctrl+Break functionality on Java (not just keypress Ctrl+Break)...
i.e. I need to stop Notes object gratefully like in Notes Client e.g. following code:
doc = dc.getFirstDocument()...
I think just killing Thread is not good idea because Consistency Check will start automatically then...
geve me an idea, please...
Thanks