current recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
My code is in VBSCRIPT
i create a connection
then
Set rs = CreateObject("ADODB.Recordset"
rs.Open "table", SourceConn, adOpenDynamic
rs.addnew
the addnew bring me the error above (3251)
My code is in VBSCRIPT
i create a connection
then
Set rs = CreateObject("ADODB.Recordset"
rs.Open "table", SourceConn, adOpenDynamic
rs.addnew
the addnew bring me the error above (3251)