Microsoft JScript compilation (0x800A03EC)
HejsaJeg sidder og tester noget asp, men det går ikke så godt.
Kan nogen sige mig hvad jeg gør galt???
Min kode i Dreamweaver ser sådan ud:
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<%
set conn = Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "c:\inetpub\wwwroot\laksel/loot.mdb"
%>
og jeg får følgende fejl:
Error Type:
Microsoft JScript compilation (0x800A03EC)
Expected ';'
/laksel/DKL_add.asp, line 9, column 4
set conn = Server.CreateObject("ADODB.Connection")
---^
/Lemche