sqlserver 2000: how to make aynchoronous call to procedures in database?
- back end java 1.4 with EJB 3.2
- data base sql server 2000
How to make asynchoronous call to a procedure from java code us开发者_运维知识库ing jdbc?
it should not be any different then any other asynchronous call. Nothing special about an asynchronous call against a sql server using jdbc.
精彩评论