doorbreaker
Programmer
Hello,
I am doing the following query....
sqlquery2.Open;
sqlquery2.SQL.Clear;
sqlquery2.SQL.Add(
'select * from so_oem_lookup ' +
'where oemnumber = "'+oemnumber+'" ' +
'and sonumber = 112 ' +
'and qtyneeded = "'+inttostr(qty)+'" ');
How do I output the query results into a listbox??
Hope you can help
Chris Moore
I am doing the following query....
sqlquery2.Open;
sqlquery2.SQL.Clear;
sqlquery2.SQL.Add(
'select * from so_oem_lookup ' +
'where oemnumber = "'+oemnumber+'" ' +
'and sonumber = 112 ' +
'and qtyneeded = "'+inttostr(qty)+'" ');
How do I output the query results into a listbox??
Hope you can help
Chris Moore