CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    USA
    Posts
    101

    Automatically delete data after this many days

    Is it possible with Access? or do we need sql server? I also need to adjust the time interval in the data base after pre defined time limits.

    Any help appreciated

    Thnaks


  2. #2
    Join Date
    Dec 1999
    Location
    Pakistan
    Posts
    2

    Re: Automatically delete data after this many days

    yes offcourse you can do there are several method to do
    1- define the interval in days and write in text file when your application run you read the file and check the period if period is greater than define interval then delete the data
    2- In access database you create two feild start date and end date calculate days at run time if greater days then delete data.

    Plz if answer is fulfill your requirement then mail me [email protected]

    or other wise revise your problem with deatail
    thanks


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