Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/01/2003, 15:28
Avatar de meru-kun
meru-kun
 
Fecha de Ingreso: noviembre-2002
Ubicación: Madrid
Mensajes: 854
Antigüedad: 22 años, 5 meses
Puntos: 0
He puesto este codigo:
Código:
<%
strSQLCogerGame = "Select S.SECCION, S.LINK FROM GAMES_SECC S, GAMES_GAMES G WHERE "
strSQLCogerGame = strSQLCogerGame & " S.ID_JUEGO = G.ID_JUEGO AND"
strSQLCogerGame = strSQLCogerGame & " G.JUEGO =" & "'" &txtGame & "'"
response.write (strSQLCogerGame)
Set MyRecordset = myconn.execute(strSQLCogerGame)
%>
Y me da el siguiente error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'

[Microsoft][Controlador ODBC Microsoft Access] Pocos parámetros. Se esperaba 1.

/_index/inc_secc_games.asp, line 11

(line 11 = set my recordset = my ....)

¿Por que pasa eso?
__________________
Tu portal de manga y anime.

Última edición por meru-kun; 10/01/2003 a las 15:38