Search:

Type: Posts; User: dicdic

Search: Search took 0.19 seconds.

  1. Re: how to call parameterized stored procedue in jdbc

    I'm not good in sql server (Actually I have no experience on it).
    But in the database that I used now in my work, we declare an output parameter. Output parameter is different from input parameter....
  2. Re: how to call parameterized stored procedue in jdbc

    it just saying that the parameter in your stored procedure is not an output parameter. but you still attempt to get it by the statement in your code:
    int pid = cstmt.getInt(1);
    I believe that that...
Results 1 to 2 of 2