I'd like to have the result of a parametrized Recordset with LockOptions set
to BatchOptimistic.
I've found that only the Command object has Parameters collection. The
Command.Execute method returns the recordset well, but it sets the
LockOptions property to adLockReadOnly.
With the Recordset object i can open a recordset with any LockOptions
setting but cannot pass Parameters since the Recordset object doesn't have
such thing.
I would be very grateful if somebody could give me a way-out from this
situation.
Attila