so the array has to be sent to the procedure after all. was hping to avoid that
Main Topics
Browse All TopicsI have a class to which I pass a table name and want to return the struct of the sql table in an array to the calling function. It only seems to work if i dimensiont he array and pass it to the class. as in
dimension arRtnStructure(1,18)
oGetStruc = CREATEOBJECT("gettablestru
= oGetStruc.GetSqlTableStruc
I would rather call it like
aRtnFldList = oGetStruc.GetSqlTableStruc
For the code snippet below the proeprty referred to this.afldlist is created with the class
t
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I thought as much - but somehow I was hoping. I even thought briefly about using a parameter object, or any object for that matter, but you can't create a cursor from it.
I have settled on dimesioning the array befoe th function call and passing the array as a parameter.
Thanks for all the help
WIll be assigning the points to you capt for trying so hard to find a solution to this one
Business Accounts
Answer for Membership
by: CaptainCyrilPosted on 2008-09-19 at 11:55:30ID: 22524214
Select allOpen in new window