Hi....
I create a Recordset with a "select, a.x, b.x as y from table1 a join table2 b on a.c = b.c"
then I want to display both x and y
but although response.write(rs.fields("x"
) works fine
response.write(rs.fields("y"
) doesn't.
any pointers?
Thanks

I create a Recordset with a "select, a.x, b.x as y from table1 a join table2 b on a.c = b.c"
then I want to display both x and y
but although response.write(rs.fields("x"
response.write(rs.fields("y"
any pointers?
Thanks