%@LANGUAGE="VBSCRIPT"%> <% Dim fotos Dim fotos_numRows Set fotos = Server.CreateObject("ADODB.Recordset") fotos.ActiveConnection = MM_hotel_STRING fotos.Source = "SELECT * FROM excursiones" fotos.CursorType = 0 fotos.CursorLocation = 2 fotos.LockType = 1 fotos.Open() fotos_numRows = 0 %>
|
||||||||||||||||||||||||
|