Application variable

Last post 05-14-2008 7:10 AM by Nithila. 2 replies.

Sort Posts:

  • Application variable

    05-14-2008, 4:06 AM
    • Loading...
    • Nithila
    • Joined on 03-18-2008, 3:46 AM
    • Posts 31

    Hi,

    I need to monitor 2 coulmn values of my databse with some condition every minute. If the condition is failed I need to store the record in another databse table with  extra column 'status' with the value 'Fail'.

    If the columnvalues of the main database fulfils the condition need to record the seond databse table as 'Cleared'.

    can I use application variables to keep track of the status. or is there any better alternative?

    What happens if the server restarts. Values will be reset. Anyway the previous values I am going to store in the database. Now using the application variable in the development machine. What happens after we deploy in the production server. The variables are reset or still maintained.

    Thanks.

  • Re: Application variable

    05-14-2008, 6:49 AM
    • Loading...
    • kamii47
    • Joined on 05-26-2005, 4:04 PM
    • Karachi, Pakistan
    • Posts 1,533
    Application Variable will be reset
    Kamran Shahid(MCSD.NET,MCPD.net[web])
    Sr. Software Engineer
    Netprosys Inc.
    www.netprosys.com

    Remember to click "Mark as Answer" on the post that helps U
  • Re: Application variable

    05-14-2008, 7:10 AM
    • Loading...
    • Nithila
    • Joined on 03-18-2008, 3:46 AM
    • Posts 31

    Then the alternative option is checking the 'status' value from the second database. I need to check against 8 tables for this 'status' value and having trouble in implemeting. That is the reason I chose application variables.

    Please somebody help me to find feasible solution to handle this situation.

     

    Thank you. 

Page 1 of 1 (3 items)