%@LANGUAGE="JAVASCRIPT"%> <% var rsCoches = Server.CreateObject("ADODB.Recordset"); rsCoches.ActiveConnection = MM_connSanta_Ana_STRING; rsCoches.Source = "SELECT Coch_cocheID, Marc_marca, Coch_modelo, Carr_carroceria, Coch_color, Coch_anos, Coch_puertas, Carb_carburante, Coch_cilindrada, Coch_potencia, Coch_km, Coch_observaciones, Coch_AA, Coch_CC, Coch_EE, Coch_radio, Coch_ABS, Coch_DA, Coch_LLA, Coch_airbag, Coch_precio, Coch_foto FROM Coches, Marcas, Carroceria, Carburante WHERE Marc_marcaID = Coch_marca AND Carr_carroceriaID = Coch_carroceria AND Carb_carburanteID = Coch_carburante"; rsCoches.CursorType = 0; rsCoches.CursorLocation = 2; rsCoches.LockType = 3; rsCoches.Open(); var rsCoches_numRows = 0; %>