SQL = "SELECT count(*) AS count_svar FROM answers WHERE svar_id = " & id_nummer
Set rs_svar = Databas.Execute(SQL)
jag får:
Error Type:
ADODB.Recordset (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.
/voigtan/forums/forum2.asp, line 129
jag ser INGET fel på den.. kör nu "option explicit" för att kolla koderna innan tror jag det fungerade men nu gör det inte :(