Am I correct in thinking that, in an Access module, I can open a recordset and then use such commands as
rs.fieldname.value = "..."
to update the contents of the table on the fly, whereas in ASP, all I will change is the contents of the recordset, not the table itself?
Basically, I have used this in a DAO script to change the table's contents with success, but when I tried to use it on an ASP page, it didn't do the same thing. Anyone like to explain this?
Thanks, Rob
rs.fieldname.value = "..."
to update the contents of the table on the fly, whereas in ASP, all I will change is the contents of the recordset, not the table itself?
Basically, I have used this in a DAO script to change the table's contents with success, but when I tried to use it on an ASP page, it didn't do the same thing. Anyone like to explain this?
Thanks, Rob