[Gambas-user] Using dates in Gambas

T Lee Davidson t.lee.davidson at gmail.com
Sun Jun 2 17:49:31 CEST 2019


You would use the Find method when all you want is to query the database into a read-only result. You would use Edit when you 
wish to modify any fields of the result and then write them back to the DB with the Result.Update method.

Though not a 'realworld example', here's a How-To that you may have already seen; but just in case you haven't:
http://gambaswiki.org/wiki/howto/databasesqlite


___
Lee


On 6/2/19 4:12 AM, David Silverwood via User wrote:
> Probably, my question should be
>   When do you use db.Find() and under what circumstances would you use db.Edit() and how do they tie together. As Ced stated, a 
> 'realworld example' would be a plus...
> 


More information about the User mailing list