View Single Post
  #1 (permalink)  
Old September 7th, 2006, 08:55 PM
ALFisher ALFisher is offline
Registered User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Object Rexx - Method Not Found

On one server (Windows 2003) 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.....
Reply With Quote