DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: storedprocedure

  1. #1
    Join Date
    May 2002
    Posts
    232
    Hiiii,any one can help me
    I have 2 Db servers like x and y.
    When user send a some output(here count =2 by using stored procedure) from server1.
    In server2 user when execuite the stored procedure ,out should be double here 4.
    i think by declaring one in parameter and out parameter.
    But i didn't get.
    how?
    thanks
    kavitha
    __________________
    kavitha
    kavitha

  2. #2
    Join Date
    Feb 2001
    Posts
    180
    Can you be some more specific?
    Regards
    Ben de Boer

  3. #3
    Join Date
    Dec 2001
    Location
    Brazil
    Posts
    282


    create a package and then a variable inside.
    the output should increment this package variable.
    so, whenever an user runs the procedure, the package will make the variable work as a static variable, incrementing it by each procedure call.


    F.

  4. #4
    Join Date
    May 2002
    Posts
    232
    HII,OUT BECOMAE DOUBLE BY USING IN AND OUT PARAMETERS.
    THANKS
    kavitha

  5. #5
    Join Date
    Mar 2001
    Location
    Reading, U.K
    Posts
    598
    paste ur code
    Cheers!
    Cheers!
    OraKid.

  6. #6
    Join Date
    May 2002
    Posts
    232

    procedure

    My, Pmanager need to send some value(like 4) for me through stored procedure,this output become double.
    thanks
    kavitha

  7. #7
    Join Date
    Mar 2001
    Location
    Reading, U.K
    Posts
    598
    can u sen accross the code so that V can give a shot
    Cheers!
    OraKid.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width