Link to home
Start Free TrialLog in
Avatar of selas
selas

asked on

how to get all images on a form from sql query? Maybe DBgrid can show images?

I need to get all images from this query on a form:

ADOQuery1.SQL.Clear;
ADOQuery1.SQL.Add('Select id, picture from people where id <10');
ADOQuery1.Open;

Maybe DBgrid can show images?
ASKER CERTIFIED SOLUTION
Avatar of geobul
geobul

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial