I get Run-time error '440': OIP-08193: Cannot create cusor
when i try to use a field form the database.
The field is a date calculated with 'SysDate - PWord_Set_Date'
problem code is line below:
Set flds(i) = ODS.Fields(i) //problem code
/*flds(i) on the database = .000798611111111111111111111111111111111111 */
MsgBox IsNull(ODS.Fields(i))
// returns 'False' after about 10 secs wait
MsgBox ODS.Fields(i)
// returns Run-time error '440':
OIP-08193: Cannot create cusor
When i wait a few mins (about 12 mins) and then try again
it works without errors.
the value of MsgBox IsNull(ODS.Fields(i))
// returns 'False' instantly. not 10 secs wait
and the value of
MsgBox ODS.Fields(i) =
.008483796296296296296296296296296296296296
any ideas why this is happening? or need more info?
when i try to use a field form the database.
The field is a date calculated with 'SysDate - PWord_Set_Date'
problem code is line below:
Set flds(i) = ODS.Fields(i) //problem code
/*flds(i) on the database = .000798611111111111111111111111111111111111 */
MsgBox IsNull(ODS.Fields(i))
// returns 'False' after about 10 secs wait
MsgBox ODS.Fields(i)
// returns Run-time error '440':
OIP-08193: Cannot create cusor
When i wait a few mins (about 12 mins) and then try again
it works without errors.
the value of MsgBox IsNull(ODS.Fields(i))
// returns 'False' instantly. not 10 secs wait
and the value of
MsgBox ODS.Fields(i) =
.008483796296296296296296296296296296296296
any ideas why this is happening? or need more info?