Ask a Question related to Dreamweaver AppDev, Design and Development.
-
ceaseanddesist #1
Searching mulitple tables
i have a simple search page which i want to search on 2 tables (with
different structure ) is there any way to combine the results rather than
having 2 seperate recordsets and 2 looped regions ?
help appreciated
ads
ceaseanddesist Guest
-
Mulitple Domains
If we purchase Flash Media Server 2 Professional, can that be used on multiple domains ? -
Searching two different tables using WA QueryBuilder
Hi. Im using DW 2004, Access 2003, ASP/VBScript together with WebAssist QueryBuilder extension, latest version. I am trying to make a simple... -
How do I Query mulitple datasources?
Here is what I have and what I need to do... 1. I have multiple dabases with financial transactions. All are based on the same table structure. ... -
Mulitple Table Query Help
I'm not sure the follow multiple table query is the right way to do what I need to do although it seems to be working: $php_SQL = "SELECT * ".... -
mulitple update queries from one button
Is it possible to launch several update quries from one button on my form? -
Gustonez #2
Re: Searching mulitple tables
Hi, did you tried this: $query_Recordset1 = "SELECT * FROM table1, table2 WHERE table1.text LIKE '%$input%' OR table2.text LIKE '%$input%'";
Let me know, maybe I can help you
Gustonez Guest



Reply With Quote

