M
Mikael Hellström
hi!!
This is my problem. Im planing this without success
*i have 3 tables table1 table2 and table3...
*The tables have some fields with the same name for example
both table 2 and table 3 have the field "age"
*The field id is a key
select * from a table1, b table2, c table3 where a.id=session("memberId")
and b.id= session("memberId") and c.id=session("memberId")
MY QUESTION ARE
How do i get data from tables that have the same field name like the example
table 2 and table 3???
My guess are something like this:
response.write recordsset(b.age) and for the other
response.write recordset(c.age)..
This is wrong syntax i know, but how do i write the syntax in asp?
This is my problem. Im planing this without success
*i have 3 tables table1 table2 and table3...
*The tables have some fields with the same name for example
both table 2 and table 3 have the field "age"
*The field id is a key
select * from a table1, b table2, c table3 where a.id=session("memberId")
and b.id= session("memberId") and c.id=session("memberId")
MY QUESTION ARE
How do i get data from tables that have the same field name like the example
table 2 and table 3???
My guess are something like this:
response.write recordsset(b.age) and for the other
response.write recordset(c.age)..
This is wrong syntax i know, but how do i write the syntax in asp?