Results 1 to 4 of 4

Thread: some body reply please....

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2000
    Location
    Minneapolis
    Posts
    42
    Hi,
    I have a question and iam not sure whether it is possible or not.
    ************************************
    I have as asp page "Page1.asp".
    This page has UserName and Password fields that iam submitting to "Page2.asp"
    In "Page2.asp" iam updating 4 Oracle databases with the UserName and Password given from the "page1.asp"
    "Page2.asp" is taking around 10 seconds to process this request and then it is redirected back to the calling page(Which is "Page1.asp") using the Response.Redirect?DB1="updated&DB2="updated"&DB3="updated"&DB4="updated".

    The user has to wait 10 seconds to see the above result on "Page1.asp'.
    Can i know of any way to communicate with "Page1.asp" from "Page2.asp" in between these 10 seconds, so that i can show to the user the following messages on "Page1.asp" while "page2.asp" is processing the request of "page1.asp"

    DB1 is updated........DB2 processing
    and then
    DB2 is updated.........DB3 processing
    and then
    DB3 is updated..........DB4 processing
    and then
    DB4 is updated...........Done
    ****************************************
    Thanks in advance,
    Srini

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    no becuase that is happening idependently of the web server and there is really no way to catch those events. At least not with asp and vb.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    Forgive me if I'm way off, I'm a slave to Microsoft and only know SQLServer, but does Oracle support Stored Procedures? How are you making your connection?

  4. #4

    Thread Starter
    Member
    Join Date
    Aug 2000
    Location
    Minneapolis
    Posts
    42

    Is there any way

    yah, iam using stored procedures to update the User's password.
    So....there is no way to do it.?????
    Thanks any way,
    Srini

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