jeg har lidt af et problem mit asp login virkede før at det kom
på nettet men nu sktiver serveren:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] The changes you
requested to the table were not successful because they would
create duplicate values in the index, primary key, or
relationship. Change the data in the field or fields that contain
duplicate data, remove the index, or redefine the index to permit
duplicate entries and try again.
/opret1.asp, line 19
her er opret1:
<html>
<title>opretet bruger</title>
<head
</head>
<body>
du er opretet som bruger
<%
'databaseforbindelse
Set Conn = Server.CreateObject("ADODB.Connection")
DSN = "DRIVER={Microsoft Access Driver (*.mdb)}; "
DSN = DSN & "DBQ=" & Server.MapPath("hp.mdb")
Conn.Open DSN
strSQL = "Insert into brugertabel (brugernavn, navn, adr, postnr,
byen, email) values('" & Request.Form("brugernavn") & "','" &
Request.Form("navn") & "','" & Request.Form("adr") & "','" &
Request.Form("postnr") & "','" & Request.Form("byen") & "','" &
Request.Form("email") & "')"
Conn.Execute(strSQL)
strSQL1 = "Insert into password (brugernavn, password) values('"
& Request.Form("brugernavn") & "','" & Request.Form("password") &
"')"
Conn.Execute(strSQL1)
Conn.Close
Set Conn = Nothing
%>
</body>
</html>
--
Vil du lære at kode HTML, XHTML, CSS, SSI eller ASP ???
- Pædagogiske tutorials på dansk
- Kom godt i gang med koderne
KLIK HER! =>
http://www.html.dk/tutorials