Hej og god weekend -
Total newbie i asp/access - har brug for lidt hjælp !
Skal have indsat data i en access database via en "form", men
for flg: fejlmeddelelse:
ekniske oplysninger (for supportteknikere)
Fejltype:
Der opstod en Microsoft VBScript-kørselsfejl (0x800A01A8)
Et objekt er obligatorisk: ''
/aof_asp/filer/evaluering_send.asp, line 59
Browsertype:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Side:
POST 318 bytes to /aof_asp/filer/evaluering_send.asp
Kan ikke placere hvad det er der mangler/ er forkert i scriptet,
som ser sådan ud :
<%
'Indsæt i database fra formular
strSQL = "Insert into evaluering ("
strSQL = strSQL & "Sted, "
strSQL = strSQL & "Titel, "
strSQL = strSQL & "Sex, "
strSQL = strSQL & "Uddan, "
strSQL = strSQL & "Helhed, "
strSQL = strSQL & "Indhold, "
strSQL = strSQL & "Laerer, "
strSQL = strSQL & "Miljoe, "
strSQL = strSQL & "Infoinden, "
strSQL = strSQL & "Kontorinfo, "
strSQL = strSQL & "Lokaler, "
strSQL = strSQL & "Indsats, "
strSQL = strSQL & "Svaerhed, "
strSQL = strSQL & "Bedste, "
strSQL = strSQL & "Forbedre, "
strSQL = strSQL & "Kommentar, "
strSQL = strSQL & "Efter) "
strSQL = strSQL & "values ("
strSQL = strSQL & "'" & Request.Form("Sted") & "',"
strSQL = strSQL & "'" & Request.Form("Titel") & "',"
strSQL = strSQL & "'" & Request.Form("Sex") & "',"
strSQL = strSQL & "'" & Request.Form("Uddan") & "',"
strSQL = strSQL & "'" & Request.Form("Helhed") & "',"
strSQL = strSQL & "'" & Request.Form("Indhold") & "',"
strSQL = strSQL & "'" & Request.Form("Laerer") & "',"
strSQL = strSQL & "'" & Request.Form("Miljoe") & "',"
strSQL = strSQL & "'" & Request.Form("Infoinden") & "',"
strSQL = strSQL & "'" & Request.Form("Kontorinfo") & "',"
strSQL = strSQL & "'" & Request.Form("Lokaler") & "',"
strSQL = strSQL & "'" & Request.Form("Indsats") & "',"
strSQL = strSQL & "'" & Request.Form("Svaerhed") & "',"
strSQL = strSQL & "'" & Request.Form("Bedste") & "',"
strSQL = strSQL & "'" & Request.Form("Forbedre") & "',"
strSQL = strSQL & "'" & Request.Form("Kommentar") & "',"
strSQL = strSQL & "'" & Request.Form("Efter") & "')"
'udfør indsættelsen
Conn.Execute(strSQL)
Conn.Close
Set Conn = Nothing
%>
Håber at der er en eller anden der har en forklaring, for jeg har
opgivet af finde ud af det.
På forhånd tak for hjælpen
--
Vil du lære at kode HTML, XHTML, CSS, SSI, ASP eller ASP.NET?
- Pædagogiske tutorials på dansk
- Kom godt i gang med koderne
KLIK HER! =>
http://www.html.dk/tutorials