Thats the target DB? MSSQL defines a TIMESTAMP as a data type - others
may
also (Paradox does, from memory?)

N

Mark Derricutt wrote:
> 
> 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

-- 
Nic Wise - Inprise New Zealand Ltd. [EMAIL PROTECTED] 
09-360-0231 (wk), 021-676-418 (mob), [EMAIL PROTECTED] (hm)
My opinions do not reflect the opinions of my employer,
or myself at times.
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to