views:

26

answers:

1
  1. back end java 1.4 with EJB 3.2
  2. data base sql server 2000

How to make asynchoronous call to a procedure from java code using jdbc?

+1  A: 

it should not be any different then any other asynchronous call. Nothing special about an asynchronous call against a sql server using jdbc.

Numenor