[Gambas-user] Result object

tobias tobiasboe1 at ...20...
Mon Nov 15 19:56:31 CET 2010


hi,
i have again another question about the result object...
when i do:
hResult = hConnection.Edit("table")

i get a read/write result, i can move through the elements and edit 
their fields, e.g.
hResult.MoveTo(2)
hResult["id"] = 10

right?
but where do i have to move to to add one (or more) new element/s??




More information about the User mailing list