B
Burt
I have a large number of name/value pairs in a database I want to loop
through and assign the value to an object with the property of that
name. Pseudocode would be:
while oRec.Read
myObject.oRec("PropertyName") = oRec("PropertyValue")
loop
Is there any way to this? Many thanks for any help.
Burt
through and assign the value to an object with the property of that
name. Pseudocode would be:
while oRec.Read
myObject.oRec("PropertyName") = oRec("PropertyValue")
loop
Is there any way to this? Many thanks for any help.
Burt