Ask a Question related to Dreamweaver AppDev, Design and Development.
-
TheRapidGroup #1
Conditional SQL statement using 2 tables
Hello everyone,
I am running into a bit of a snag, I have a column in one table that when the
value is true it displays data from another table, could anyone help me in
formulating my SELECT statement?? Thanks so much!
TheRapidGroup Guest
-
Setting a string to a conditional statement?
I want to allow users of my website to define there own custom queries using a form. The problem that i am running into is that cfset cannot handle... -
Advanced Conditional Statement and Disable Form
Hi I have an advanced conditional statemet which basically shows an image when a recorset value = 0 Is it also possible to disable a form with an... -
Conditional statement not working
This should be so easy, but it is not working. What should happen is that if $p=home in the url then it displays home.php and if $p does not... -
Conditional statement and param()
Hello Below is a portion of a script that displays a table. The argument passed by param() determines the number of rows the table should... -
Conditional Statement
I am trying to come up with the syntax for the expession in the conditional formating box. I want to turn the background yellow if the weekday =... -
CarlGrint #2
Re: Conditional SQL statement using 2 tables
If there is a direct link between these two tables, then why not join at the
database level...you don't say which database you are using, but you could use
a VIEW in SQL server or a QUERY in Access to join your tables, then you can
simply use the View/Query for your recordset.
Originally posted by: TheRapidGroup
Hello everyone,
I am running into a bit of a snag, I have a column in one table that when the
value is true it displays data from another table, could anyone help me in
formulating my SELECT statement?? Thanks so much!
CarlGrint Guest



Reply With Quote

