Recent content by senzafine

  1. S

    reading data from different tables

    SELECT x.Names, y.Info FROM TableX x, TableY y WHERE x.Names = y.Names hm.. I cant make it work.. in x.Names "x" is the name of the table, e.g. senzafine and the same applies to y.Info "FROM TableX x, TableY y" you said.. if TableX is the name of table "x" and TableY the name of...
  2. S

    reading data from different tables

    cheers mate, I'm going to try it and let you know if it worked the way I wanted it :)
  3. S

    reading data from different tables

    hey, I am having a problem (obviously).. I am trying to make an asp page where it "reads" data from (lets say) TableX and displays it in a table.. What I am trying to do next is to take (lets say) "Names" from TableX and compare it to "Names" in TableY. If the name of TableX is the same as...
Back
Top