If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > triggered value by certain time

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-23-10, 13:03
tweekin tweekin is offline
Registered User
 
Join Date: Mar 2010
Posts: 1
triggered value by certain time

Hello. I am trying to figure out how to have my database change a value from 0 to 1 at a time I specify at. We do community television stuff on our website. So when there is a meeting that we want to broadcast live via web it would be cool to give the database a time when to start it. Right now I manually change the value from 0 to 1 to activate a flash player to pop up and run when they go to that page. Once I pop it back to 0 the player disappears.

So basically im looking for something that will turn that 0 to a 1 at whatever time i specify. Any ideas? Thanks
Reply With Quote
  #2 (permalink)  
Old 03-23-10, 14:16
dav1mo dav1mo is offline
Registered User
 
Join Date: Dec 2007
Location: Richmond, VA
Posts: 782
how about a time column added to the table? Then when you change the "0 to a 1", you, also, set the time. Also, it seems like you might have your meetings listed somewhere in the database, and I would think the schedule is there as well, so alter your query that activates the flash player to look at the schedule as to when it should be aired.
Dave
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On