SQL UPDATE command applicability - Delphi 1

SQL UPDATE command applicability - Delphi 1

Post by Warren Rache » Sat, 21 Sep 1996 04:00:00



Does the UPDATE command function against local Paradox tables? If so how
is the syntax structured? I have tried in vain to get this command to
function without success.

 
 
 

SQL UPDATE command applicability - Delphi 1

Post by OssiSo » Sun, 22 Sep 1996 04:00:00


Example :

UPDATE tablename SET fieldname = 10
WHERE fieldname < 10