insert i access
<%
set conn = server.createobject("ADODB.connection")
conn.Open application("dbconx")
Set rsVare = Server.CreateObject("ADODB.Recordset")
rsVare.open "SELECT * FROM vare", conn
do while not rsVare.eof
id = rsVare("Vare_ID")
strSql = "INSERT INTO Vare_Pris (`Vare_id`) VALUES ('" & id & "')"
conn.Execute(strSql)
rsVare.movenext
loop
%>
for felj
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/phillip.asp, line 10
forstå det ikke for database tablere er rigtigt ..
Kokken
