El codig que tengo ahora es:
Código:
strSQLCogerGame = "Select S.SECCION, S.LINK FROM GAMES_SECC as S, GAMES_GAMES as G WHERE"
strSQLCogerGame = strSQLCogerGame & " S.ID_JUEGO = G.ID_JUEGO AND"
strSQLCogerGame = strSQLCogerGame & " G.JUEGO ='"&txtGame &"'"
response.write (strSQLCogerGame)
Set MyRecordset = myconn.execute(strSQLCogerGame)
Pero me sigue dando el mismo error (se esperaba 1 parametro...)