ник: Анатолий (Киев)
Execute Method (ADO Connection)
The returned Recordset object is always a read-only, forward-only cursor. If you need a Recordset object with more functionality, first create a Recordset object with the desired property settings, then use the Recordset object's Open method to execute the query and return the desired cursor type.
|
ИМХО, это справедливо и для Command.Execute, хотя в справке явно не указано.
Проверьте, что возвращает св-во CursorType полученного Recordset-а.