From some googling, it appears that .NET supports asynchronous operations with SQL Server 2005+. Does the latest JDBC driver support this? I can’t find a mention of it anywhere, so I’m thinking it probably doesn’t. But I figured it couldn’t hurt to ask.
Thanks!
Avi
No, but that doesn’t mean you can’t do asynch database operations. You’d just put the asynch character in an appropriate layer, like a message driven bean or a Process thread. I don’t see why JDBC should have to support a middle tier notion like asynch processing.