Hello All,
I am new to ASP. I have an SQL statement that works if I only want to get information from one table, but the second that I try to get information from two tables using a join...I get an error. I know that the SQL statement is correct. I am thinking that my problem may be some parameter in the connection. The line that the error is at
(supposedly) is ...
rs.Open sql, conn, 0, 1
Is there something that I am not doing that is preventing me from querying two tables?
Thanks,
Sera
I am new to ASP. I have an SQL statement that works if I only want to get information from one table, but the second that I try to get information from two tables using a join...I get an error. I know that the SQL statement is correct. I am thinking that my problem may be some parameter in the connection. The line that the error is at
(supposedly) is ...
rs.Open sql, conn, 0, 1
Is there something that I am not doing that is preventing me from querying two tables?
Thanks,
Sera