cfriedberg
MIS
I am accessing data from SQL server using VB 6.0. I have reconciled myself to the fact that I will not be able to use the recordsets to update data to the server. However, I would like to be able to update the recordset that was returned because I use it to populate a grid.
The recordsets all have
CursorLocation = adUseClientBatch
CursorType = adOpenStatic
EditMode = adEditNone
LockType = adLockReadOnly.
Trying to change any of these properties is futile. Am I to assume that the SQEDB provider will not let me? If that is the case, then is there another provider or another method that will work with SQL 2000?
Carolyn
The recordsets all have
CursorLocation = adUseClientBatch
CursorType = adOpenStatic
EditMode = adEditNone
LockType = adLockReadOnly.
Trying to change any of these properties is futile. Am I to assume that the SQEDB provider will not let me? If that is the case, then is there another provider or another method that will work with SQL 2000?
Carolyn