Am Montag, den 15.11.2010, 19:56 +0100 schrieb tobias:
> 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??
> 
Salut Tobias,

hResult = hConnection.Create("table")

should to the job

-- 
Amicalement
Charlie


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to