[V4MD 198] GetColumn
katy kuzemsky
katy at ociwen.com
Wed Nov 5 19:11:20 CST 2003
Hi all,
Director MX, V4MD 198, Windows XP
I want to use several getcolumn but it seems to be not work but this worked
on previous version.
pcursor (well created with a sql string like "Select * from Table1")
list = [:]
list.addprop (#prop1, pcursor.getcolumn ("champ1"))
list.addprop (#prop2, pcursor.getcolumn ("champ2"))
list.addprop (#prop3, pcursor.getcolumn ("champ3"))
list.addprop (#prop4, pcursor.getcolumn ("champ4"))
list.addprop (#prop5, pcursor.getcolumn ("champ5"))
pcursor = void
On previous version (197), this is OK.
but with 198, I get only the first getcolumn. The other calls return [] or
they must be return ["value1", "value2", "value3", ...]
Do I make something wrong?
Someone has an idea?
Thanks in advance,
Best regards,
Katy
More information about the Valentina
mailing list