Hi Joost & All,

On Tue, 2010-06-15 at 11:40 +0200, Joost van der Sluis wrote:
> On Tue, 2010-06-15 at 14:54 +1000, Peter E Williams wrote:
> > 
> > On Mon Jun 14 18:00:51 CEST 2010, Howard Page-Clark wrote:
> > > For a general introduction have a look at
> > > http://wiki.lazarus.freepascal.org/Lazarus_Database_Tutorial
> > 
> > I have looked at this document
> > 
> > > For using Tdbf have a look at
> > > http://wiki.lazarus.freepascal.org/Lazarus_Tdbf_Tutorial
> > 
> Dataset.FieldByName('fieldname').AsString;
> Dataset.FieldByName('FieldName').AsString := NewValue;
> Dataset.Append; <nothing in between, so it's blank> Dataset.Post;
> Dataset.RecNo := Rec_No;

I have spent all morning making those changes. Thank you,
Joost !!! :-)))

> 
> 
> But you shouldn't use that. Use bookmarks instead.

Do you have a url for a tutorial about bookmarks or some sample code? I
would really appreciate it.

> Joost.
> 

Peter 

-- 
Proudly developing Quality Cross Platform Open Source Games
Since 1970 with a Commodore PET 4016 with 16 KRAM
http://pews-freeware-games.org (<--- brand new)


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to