[Gambas-user] Database update
Steven Lobbezoo
steven at ...1652...
Sat Mar 10 12:12:58 CET 2007
Great !
Got it, again just a question of not good reading the docs.
Thanks a lot.
Schöne Grüssen (?)
Steven
Le samedi 10 mars 2007 11:47, Charlie Reinl a écrit :
> Salut Steven,
>
> your rsD have be prepared by a create for an new or a edit when
> Working with an existing resultset.
>
> ex:
>
> rsD = myConnection.Create("myTable")
> or
> rsD = myConnection.Edit("myTable", "ID = &1", iId)
>
> ' here you change the fields values
>
> 'then you fire
> rsD.update()
More information about the User
mailing list