ADO AddNew problem
Database
1
Posts
1
Posters
6
Views
1
Watching
-
I have been staring at this for 2 hours now and can't put my finger on the problem. Any comments would be helpful: rs is a recordset that is already opened. Platform is IIS 5 running on Windows 2000 Pro. Database is SQL Server 2000
if rs.supports(adAddNew) and rs.supports(adUpdate) then rs.AddNew ... update fields here rs.Update end if
the problem is that I get an error telling me that the database can't be updated on the rs.AddNew line!