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?