FÅR DETTA FELMEDDELANDE NÄR JAG KÖR KODEN NEDAN: Ta bort ditt prefix: medlemmar så fungerar det bättre. Exempel: Fungerar bra nu! TACK! Nej det är du inte. Bara amatör. Då vår man lov att göra lite fel.ADO could not find the object... [LÖST]
ADODB.Fields fel '800a0cc1'
ADO could not find the object in the collection corresponding to the name or ordinal reference requested by the application.
KODEN:
<%
Set objCon = Server.CreateObject("ADODB.Connection")
objCon.Open "lumba"
Set objGetData = Server.CreateObject("ADODB.Recordset")
objGetData.Open "SELECT relationer.id, relationer.typ, relationer.person, medlemmar.id, medlemmar.username, medlemmar.status FROM relationer, medlemmar WHERE medlemmar.id=relationer.person AND medlemmar.status=1 AND relationer.typ=1 AND relationer.id = "&Session("id"), objCon
If objGetData.EOF Then
Response.Write "Inga kompisar online."
else
Do Until objGetData.EOF
Response.Write ""&objGetData("medlemmar.username")&""
objGetData.MoveNext
Loop
end if
objGetData.Close
Set objGetData = Nothing
objCon.Close
Set objCon = Nothing
%>
SÅ VAD ÄR DET SOM ÄR FEL?Sv: ADO could not find the object...
objGetData("Id"( samt objGetData("Username")
/PelleSv: ADO could not find the object...
*JAG ÄR VÄRLDENS SÄMSTA PROGRAMERARE*Sv: ADO could not find the object...