Niloo
August 27th, 2000, 04:57 PM
hello,
I am creating empty recordset and inserting fields and data at runtime from the form(Drop-down list box). It is working file with VB but not with ASP.
I am not able to insert data from HTML form to Recordset. It gives me recordcount etc. i am using keyset with optimistic lock type.
e.g.
with rstmp
.addnew
rstmp(0) = i
rstmp(1) = request.form("lsttmp").item(i)
.update
end with
If any one knows regarding this problem then pls. help me.
I tried it many times with different approach but not successful.
I am creating empty recordset and inserting fields and data at runtime from the form(Drop-down list box). It is working file with VB but not with ASP.
I am not able to insert data from HTML form to Recordset. It gives me recordcount etc. i am using keyset with optimistic lock type.
e.g.
with rstmp
.addnew
rstmp(0) = i
rstmp(1) = request.form("lsttmp").item(i)
.update
end with
If any one knows regarding this problem then pls. help me.
I tried it many times with different approach but not successful.