Hi,



I've got a method that do the following..



Connection Con = new Connection();

Statement Stmt = Con.createStatement();

con.ttsbegin();

Stmt.executeupdate('EXEC [HAB2]');

con.ttscommit();



HAB2 is a stored procedure. This is a lengthy process an does not complete
before the method is closed.

How can I ensure the statement is finished processing before I move on?



Regards,

Andre



[Non-text portions of this message have been removed]





Yahoo! Groups Sponsor
ADVERTISEMENT


Yahoo! Groups Links

Reply via email to