Posted by mail on 07/30/06 13:18
Urgent help needed!
I moved an application from ASP+ACCESS to ASP+MS SQLSERVER and I have
the following problem:
If the join on two tables results on duplicate colum names (which
appear in both tables) I could reference them by using:
RECORDSET("TABLENAME.COLUMNAME")
However with SQLServer if I try this kind of reference I get an error
message.
How can between two colums with the same name from two differen tables?
Thanks in advance!
Adam
[Back to original message]
|