
Accessing records with 'occurs clause' on Unisys Mainframes??
We are connecting to a DMSII database on Unisys A-series
mainframes using OLEDB driver provided by Unisys.
We need to update a record in the DMSII table. This table
has an occurs clause in it. The data in the occurs clause
is presented to the VB application as a ADODB.recordset
and we have no problems in interrogating the value of any
field.
But when we try to update any field in this recordset (
any field having an occurs clause) we get an error
saying "the provider does not support this operation".
The locktype property of this occurs recordset is set
to 'adlockreadonly' when it is retrieved.
Is there any way we can update a record which has an
occurs field?
thanks
Nitin