smercado98
Technical User
I am a beginner in Dreamweaver Ultradev. Maybe it is too simple but I need help. I don't know how to do a combined search. I need to select a Country in a database and all the information of this country related to art, geography or history.
In this case the field country is named "pais" and the other field (art, geography, etc) is "rubro". Recordset is named RS_findrubros and Table name is "rubros"
My problem is that I don't know how to write this search. In a simple search, I use "var1" to menu/list "country"
I dont'n know if I have to name "var2" to "rubro" field.
On the other hand, I've used "MMColParam" related to "var1", but in this example, I don't know what SQL parameters I have to use:
If somebody could help me and tell me how can I sustitute the following parameters:
name: RS_findrubros
connection: conexion_rubros
SQL:
SELECT*
FROM rubros
WHERE rubro = 'MColParam'
ORDER BY nombre ASC
variables: + -
Name Default Value Run-Time Value
MMColParam Historia Request.QueryString ('var1')
In this case the field country is named "pais" and the other field (art, geography, etc) is "rubro". Recordset is named RS_findrubros and Table name is "rubros"
My problem is that I don't know how to write this search. In a simple search, I use "var1" to menu/list "country"
I dont'n know if I have to name "var2" to "rubro" field.
On the other hand, I've used "MMColParam" related to "var1", but in this example, I don't know what SQL parameters I have to use:
If somebody could help me and tell me how can I sustitute the following parameters:
name: RS_findrubros
connection: conexion_rubros
SQL:
SELECT*
FROM rubros
WHERE rubro = 'MColParam'
ORDER BY nombre ASC
variables: + -
Name Default Value Run-Time Value
MMColParam Historia Request.QueryString ('var1')