[Gambas-user] Database update
Charlie Reinl
Karl.Reinl at ...9...
Sat Mar 10 15:08:14 CET 2007
Am Samstag, den 10.03.2007, 12:12 +0100 schrieb Steven Lobbezoo:
> Great !
> Got it, again just a question of not good reading the docs.
> Thanks a lot.
>
> Schöne Grüssen (?)
Schöne Grüsse
> 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()
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
More information about the User
mailing list