PDA

View Full Version : Database (DBase 4) searching


N/A
12-04-2000, 06:30 AM
I am writing a Database Program in Delphi, were I am trying to search the database, using Delphi.

I have a database, with a number of fields. The way it works, is to obtain the username of the person logged on, then I want to search the database, to see if it finds a record with Field 1, matching the username. I then want to get the other fields for that record out of Delphi.

Can anyone help me????

Thanks

Simon

N/A
12-04-2000, 07:12 AM
use the LOCATE function to search the database records once you have the username..

neeltampa@hotmail.com