Har jag fel datatyp eller? Id är numerisk räknare.
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="adovbs.inc"-->
<!--#include file="databasanslutning.asp"-->
<%
Set RecSet = Server.CreateObject("ADODB.Recordset")
sql = "select * From anvandare Where id = " & id
[b]Recset.open sql, objConn, adOpenStatic, adLockOptimistic[/b]
%>
<a href="startaspel.asp?id=<%=RecSet(id)%>"</a>
<%
RecSet.Close
objConn.Close
Set RecSet = nothing
Set objConn = nothing
%>
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'id ='.
/sgo/top_frame.asp, line 7
Kommer inte på felet