selecting 2 columns from a table into 2 objects
I have been able to extract a single column with help here but now I want to get two, but the same process does not seem to work. Procedure Tform1.showroom; begin adoquery1.close; adoquery1.SQL.Clear; ADOQuery1.SQL.Add('Select roomname,description from Rooms'); adoquery1.Open;
__________________
Website Development
Domain Name Forum
|