Hi 

Thats the point : the following command-file

Drop table datetest
//
Create table datetest (
        nr smallint,
        name char(50),
        heute date
)
//
DATALOAD table datetest
nr  1
name 2
heute 3
INFILE '/home/sapdb/datetest.inp'
TIMESTAMP 'YYYY-MM-DD-HH.MM.SS.MMMMMM'
SEPARATOR ','
DELIMITER ''

didn't work ... 

Errormessage : 

Error during execution
-->-25301
Invalid input for date or time column: 1999-01-23-14.30.08.456234

Defined maximum number of errors (1) reached


I use the repmcli with new lserver (form yesterday)


regards

> Yes, TIMESTAMP as stated in the docs. Replace DATE with TIMESTAMP in your
> command.
> Regards,
>  Steffen



-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte l�cheln! Fotogalerie online mit GMX ohne eigene Homepage!

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to