Consultor Eletrônico



Kbase P22452: "Recordset cannot be updated" using ADO
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/1/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Recordset cannot be updated

Using SQL-92

Updating a row in the MS DataGrid control

Using the MS ADO Data control

The property CursorLocation is set to adUseClient

CAUSE:

Client side cursors are not supported.

FIX:

Use the default adUSeServer instead.