[Gambas-user] Connection.Create and .Index
Benoît Minisini
gambas at ...1...
Mon Nov 29 21:41:39 CET 2010
> >
> > In creation mode there is only one record in the Result object, the
> > record that will be created. So Result.Index always returns 0.
> >
> > Regards,
>
> oh... of course! this makes sense!
> and for general unterstanding, i can say that an index in a result is
> some kind of linked to a position in the database so that the driver, or
> whatever does this, knows, where to write the record in the result to in
> the real database?
>
Not at all. It's just the index inside the internal record buffer of the
Result object.
--
Benoît Minisini
More information about the User
mailing list