Ask a Question related to Coldfusion Database Access, Design and Development.
-
quiero mas #1
A tricky query problem
what i am trying to do is
1. let a user decide which language they want
2. pull the apropriate information fom a few different tables
project background: a multilingual hospital guide for non Japanese residents
here in Sapporo, Japan.
so i have each hospital and its information and then the languages doctors can
speak at each hospital.
What i want the user to be able to do is choose which language they want and
the query will pull out the hospitals which match this query .
at the moment i have different tables for each language and a -1 or 0 next to
each listed hospital depending on whether they have a doctor that speaks the
language.
I hope you all know what i mean. I can get a simple query working but not for
the advanced version
so far i have
select hospital_name
from English_Language, Spanish_Language
where (here im stuck)
quiero mas Guest
-
Query on Query and CF casting problem
I am using a custom tag in MX7 that was working fine in 5 that renders a table. The input to the custom tag is a query and it's columns along with... -
Tricky SOAP input problem; need help with cfinvokesyntax
Notes on Interfacing CFMX to External Web Services Requiring Complex-Within-Complex XML Documents as Input Authors: Doug James (jamesd@musc.edu)... -
Tricky problem with WebControl vs. Panel
I have built a class derived from WebControl, and added somespecific functionality to it..Then I built a set of web controlsbased on that... -
Tricky problem with classes!
Problem: I try to store data in a objects field and read it out again. Sounds easy, yeah. But its a bit tricky here.... ;-) This is the class... -
tricky disable button problem
Ok, I need to know a little actionscript and hope you will be able to help - I have always found replies here. I have my main movie with home,... -
Dan Bracuk #2
Re: A tricky query problem
My approach would be to have 3 relevent tables, languages, hospitals and
languages_hospitals. The last one would have a many to many relationship with
the other two.
Then the query would no longer be tricky.
Originally posted by: quiero mas
what i am trying to do is
1. let a user decide which language they want
2. pull the apropriate information fom a few different tables
project background: a multilingual hospital guide for non Japanese residents
here in Sapporo, Japan.
so i have each hospital and its information and then the languages doctors can
speak at each hospital.
What i want the user to be able to do is choose which language they want and
the query will pull out the hospitals which match this query .
at the moment i have different tables for each language and a -1 or 0 next to
each listed hospital depending on whether they have a doctor that speaks the
language.
I hope you all know what i mean. I can get a simple query working but not for
the advanced version
so far i have
select hospital_name
from English_Language, Spanish_Language
where (here im stuck)
Dan Bracuk Guest
-
quiero mas #3
Re: A tricky query problem
As always Dan... thanks for the help
i ll give it a try
Ta
quiero mas Guest



Reply With Quote

