Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using result from sql query

Status
Not open for further replies.

JimReiley

MIS
Dec 10, 2004
58
US
It's been a long time since I worked with sql/pervasive/Delphi. I have a query that returns 3 records. I can't remember how to access the result of the query record by record. Help would be appeciated.

form1.CliGrid.Cell[1,I] := PvQuery1.ClientNumber;

PvQuery1 is the query. It returns x records.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top