briancostea
Programmer
I am not sure why I keep getting this message. I set the Lock and CursorTypes to 3. Any help would be appreciated.
Set rsAdd = Server.CreateObject("ADODB.Recordset")
rsAdd.LockType = 3
rsAdd.CursorLocation = 3
rsAdd.CursorType = 3
Set rsAdd = adoAdd.Execute(strSQL)
If Not rsAdd.EOF Then
rsAdd.MoveLast
End If
Thanks - Bri
Set rsAdd = Server.CreateObject("ADODB.Recordset")
rsAdd.LockType = 3
rsAdd.CursorLocation = 3
rsAdd.CursorType = 3
Set rsAdd = adoAdd.Execute(strSQL)
If Not rsAdd.EOF Then
rsAdd.MoveLast
End If
Thanks - Bri