Click to See Complete Forum and Search --> : reading dBase field contents with VB 6.0


Anthony Curtis
April 24th, 2001, 03:41 PM
Hi everyone,
Is there a way I can open a dBase III file with VB 6.0 and access the field contents directly? For example, if my dBase file is called Customer and I have a field called LASTNAME, how can I assign the contents of the field to a variable? For example, in Clipper code, I would say: cName := Customer->LASTNAME
Is there an equivalent in VB?