[Gambas-user] Gambas DB basic update record example

Budi Arief Gusandi budi at ...415...
Tue Sep 28 01:34:51 CEST 2004


>My question is how to edit (or Update) an existed record?
>It seems I can't do that smoothly as in VB like this:
>(on active record just simply like)
>rData!name=XXX
>rData!Sex="Male"
>rData.Update
>
Why dont you simply using "UPDATE [Your Table] Set [Your Field] = [Your Value] WHERE [Your Criteria] ?

Budi





More information about the User mailing list