CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Updating Recordset after 6 months

    I've got this form connected to a DB through ADO code. The problem is that I want to change and update the recordset, for each record in 6 Months time, how can I save the date for each record to the registry, orwhat else can I do¿



    F. T. W.

  2. #2
    Join Date
    Jul 2001
    Location
    maharashtra,india
    Posts
    181

    Re: Updating Recordset after 6 months

    hi
    i can just suggest u
    u can save the date when it modified in a text file or in ur database
    and then on form load u cn check it with datediff()
    if it is 6 months u can pop u a msg to update
    i hope this will help
    best of luck


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

Featured