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!!
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.
Just Me!!