retrieving 1 row from the database based upon date

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • taffer23
    New Member
    • Mar 2008
    • 7

    #1

    retrieving 1 row from the database based upon date

    i was writing a c# program where i have certain data in the database.i want my program to retrieve 1 row from the database depending upon the date, and as soon as the date changes it should retrieve the second row.any ideas
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Each row should have a unique id and the date change needs to trigger an event calling the function to run the next query. HTH.

    Comment

    • taffer23
      New Member
      • Mar 2008
      • 7

      #3
      how can i do the datechange event tigger because i am fairly new to c# ,i was trying to make a facebook app

      Comment

      • taffer23
        New Member
        • Mar 2008
        • 7

        #4
        Originally posted by kenobewan
        Each row should have a unique id and the date change needs to trigger an event calling the function to run the next query. HTH.
        how can i do the datechange event tigger because i am fairly new to c# ,i was trying to make a facebook app

        Comment

        Working...