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 > Help with Where statement

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-22-04, 16:54
ccotton333 ccotton333 is offline
Registered User
 
Join Date: Nov 2004
Posts: 1
Question Help with Where statement

I have a combobox that I would like when the selectedindex value changes then another dataset is filled based on that value. I'm new to mysql and I can't find any documentation that explains what I'm trying to do. If someone could please help me with this I'd really appreciate it. Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 11-22-04, 22:00
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 440
this isn't mysql this would be a question for a scripting forum like coldfusion or php.
Reply With Quote
  #3 (permalink)  
Old 11-25-04, 01:31
Sudar Sudar is offline
Registered User
 
Join Date: Jul 2004
Location: Mars
Posts: 137
Thumbs up

In the onchange event of the comboboz, execute the select tbe query which will select the recoreset based on the value of the selectedindex's value. And then populate the other elements using that recordset.

BTW what is the scripting language that you are using..?
__________________
Sudar

--
My Blog
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