User Profile

Collapse

Profile Sidebar

Collapse
maurixgr
maurixgr
Last Activity: Jul 14 '09, 11:45 PM
Joined: Jul 3 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • maurixgr
    replied to store procedure call
    in Java
    resolved

    Thanks you for your help.

    mega
    See more | Go to post

    Leave a comment:


  • maurixgr
    replied to store procedure call
    in Java
    Hi Nepomuk

    Thnaks you for your reply. I find a mistake in my technique and resolved the problem.

    I´m using sql procedures.


    I have a question:

    how can I call a procedure that has an out parameter? I need to capture the out parameter in a variable.


    Kind regards

    Mega
    See more | Go to post

    Leave a comment:


  • maurixgr
    started a topic store procedure call
    in Java

    store procedure call

    Hi:

    I´m calling a store procedure inside another store procedure and I have two problems

    create sp1(in variable int)
    begin

    call sp2(variable)
    call sp3(variable)
    call sp4(variable)
    end

    the first thing is :

    If I call each sp alone it works fine but if I call the sp1 it does´t work and no error messages are reported.


    The second...
    See more | Go to post
No activity results to display
Show More
Working...