Forum Post: Find first/Last failed for table (565) when used in a METHOD of a CLASS

Status
Not open for further replies.
Z

zeeshaan

Guest
Hi, I am trying to run a program, where a method that is used in this class is defined. CLASS classname: CONSTRUCTOR classname(): method2(). END CONSTRUCTOR. METHOD PRIVATE LOG method1(): ..... FIND FIRST tablename NO-LOCK. ..... END METHOD. METHOD method2(): method1(). END METHOD. END CLASS. The only error i can see in the logs is Find first/Last failed for table (565) . I am using Openedge 10.2B on windows 7. But the surprising part is, it works just fine on Windows XP machine. Does anyone knows what is the reason like too many databases are getting connected in one time. Or how can I resolve it. Regards, Zeeshaan

Continue reading...
 
Status
Not open for further replies.
Top