the difference between the recarray vs the record can be thought of something like a recarray is a collection of record akin to your recordset.You canb call the elements by index as well as name
so in essence you could return things like this
recarray[0]["id"]=1
recarray[0][1]=1
recarray[1]["birthday"]= 1972
What you will have to come up is a an enumeration operator counterpart in VB or ask opentext to provide you with a VB sample.There should be tons of them at OT
Always acknowledge a fault. This will throw those in authority off their guard and give you an opportunity to commit more.
Mark Twain
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.