Hi, unfortinatly I don't think you can use statements for two connections, because you use connection.createStatement() to generate a statement. Hope this answers your question. Uwe
Santoshkumar, When you say the same statement, do you mean the same object or the same reference? The same object can't get a different connection because the connection is tied to the object (as pointed out above.) The same reference can, but then it is a new statement object.