Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP grabbing response from multiple tables

Status
Not open for further replies.

justme77

Technical User
Feb 4, 2001
19
0
0
SG
Hi all,
I am a new user trying out ASP with MySQL when I come across this problem that needs your help:

Is ASP able to grab data from more than one table at the same time? (i.e to join tables) I've tried using the SQL statement: "select x.name, y.time from table1, table2 where table1.name=table2.name;" It didn't work. Any solutions?

Thanks.:) cheers,
Just Me!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top