Hi, for somereason I now get an error in one my TUpdateSQL components, the
modify sql code I have is:
UPDATE ImportData D
SET
D.Val = :Val
WHERE
D."Point" = :Point AND
D.TimeStamp = :TimeStamp
And I'm getting an "invalid use of keyword TimeStamp" error, anyone know
what I should be doing? or looking for?
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
- RE: [DUG]: Update SQL Objects Mark Derricutt
- RE: [DUG]: Update SQL Objects Dennis Chuah
- Re: [DUG]: Update SQL Objects Nic Wise
- RE: [DUG]: Update SQL Objects Tony Blomfield
- RE: [DUG]: Update SQL Objects Michelle Blyde
- Re: [DUG]: Update SQL Objects Mark Derricutt
