This code works great in Paradox using the BDE, but returns an Error using quering an Access database:
for i:= 0 to ListView1.Items.Count-1 do
With ListView1 do
begin
Query1.SQL.Clear;
Query1.SQL.Add('UPDATE "'+Table2.TableName+
'" SET OVERTIME...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.