Jul 9, 2001 #1 CobolNovice Programmer Joined Jul 17, 2001 Messages 9 Location GB Has anyone had difficulty with the parameters for the "Condition" in SelectNextRecord when accessing an Access Database.
Has anyone had difficulty with the parameters for the "Condition" in SelectNextRecord when accessing an Access Database.
Jul 16, 2001 #2 Tromba Programmer Joined Apr 7, 2001 Messages 85 Location IT Hello What is your problem? What Powercobol version are you using? Let me know and i will try to help you better.. Gianni Upvote 0 Downvote
Hello What is your problem? What Powercobol version are you using? Let me know and i will try to help you better.. Gianni
Jul 17, 2001 Thread starter #3 CobolNovice Programmer Joined Jul 17, 2001 Messages 9 Location GB The problem was in using a partial key to reach a record, this was solved by using RECORD-KEY >= 'PARTIAL-KEY%' as the "Condition" (Ver. 4) Upvote 0 Downvote
The problem was in using a partial key to reach a record, this was solved by using RECORD-KEY >= 'PARTIAL-KEY%' as the "Condition" (Ver. 4)