On one server I'm running IBM Object Rexx Developer Edition. The following statement works fine:
dbconn = .OLEObject~New("ADODB.Connection")
However, on a different server I'm running Open Object Rexx and the above statement does Not work. I'm getting an error message saying "Object method not found RC=97".
I thought that Open Object Rexx was basically the same as IBM's Object Rexx (minus the GUI Workbench).
Can anyone think of a reason why I would be having problems in Open Object Rexx ?
Thanks.....
dbconn = .OLEObject~New("ADODB.Connection")
However, on a different server I'm running Open Object Rexx and the above statement does Not work. I'm getting an error message saying "Object method not found RC=97".
I thought that Open Object Rexx was basically the same as IBM's Object Rexx (minus the GUI Workbench).
Can anyone think of a reason why I would be having problems in Open Object Rexx ?
Thanks.....