SunQuest
           MySQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMySQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old March 19th, 2000, 09:51 PM
Mikeage Mikeage is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2000
Posts: 5 Mikeage User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Mikeage
Can make a table that some how entries will expire and do something or maybe just delete themselves after a certain perdiod of time or at a certain date?
Is there a data type for that?

thanks,
mike

Reply With Quote
  #2  
Old March 21st, 2000, 12:52 AM
Shiju Rajan's Avatar
Shiju Rajan Shiju Rajan is offline
.Net Developer
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: London
Posts: 987 Shiju Rajan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 9
Send a message via MSN to Shiju Rajan Send a message via Yahoo to Shiju Rajan
Hi,

You can't set expiry date in the table.

You should write a program that should delete the values of a particular period.

eg: "DELETE FROM tablename WHERE TO_DAYS(NOW())-TO_DAYS($date_field)=60";


And above script should work frequently in your server.


Perhaps you may use "cron job" for performing
frequent action in the server...





Reply With Quote
  #3  
Old April 13th, 2000, 08:45 PM
bking bking is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Posts: 4 bking User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by Mikeage:
Can make a table that some how entries will expire and do something or maybe just delete themselves after a certain perdiod of time or at a certain date?
Is there a data type for that?

thanks,
mike
[/quote]

Mike,

I saw this somewhere.
You need an entrydate int, and expiredate int, in your table and then sth like this included in a function ExpireThings()

$today = Date("Ymd");
$sql = "DELETE FROM things WHERE expiredate<$today";

Brian


Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMySQL Help > Expiring Table Entries?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway