[Gambas-user] Result is write-only

Benoit Minisini gambas at ...1...
Tue Dec 27 16:32:59 CET 2005


On Sunday 25 December 2005 17:04, Marco Gusy wrote:
> Hi, I would like to use the code to write in a result oblject as described
> in the wiki:
>
> hResult [ Field AS String ] = aVariant
>
> But the program complains about result object being read-only... is it
> normal?
>
> (Mysql database, gambas 1.9.22)
>
> Marco
>

Result objects are writable only if you create them with the Edit() or 
Create() method.

Regards,

-- 
Benoit Minisini





More information about the User mailing list