Thema
:
Delphi
Update Database via SQL
Einzelnen Beitrag anzeigen
nanix
(Gast)
n/a Beiträge
#
15
Re: Update Database via SQL
1. Dez 2009, 15:23
I ment the string it has to be like this,
ABSQuery1.SQL.Add('
UPDATE <tablename> SET FirstName = John, LastName = HeyHo, Sallary = 20100 WHERE EmployeeID = 1
');
Otherwise not compile?
Zitat