Hi,
I put on this table
CREATE TABE Document
(
        Vorname CHAR (10), Nachname CHAR (20), StatusInfo CHAR (20), Autor CHAR (30), 
Datum INT (10)
)

INSERT INTO Document VALUES
(
        'Thomas', 'Rohn', 'Bearbeitung', 'tr', 17032003 
)

Error Message: Native error: -20

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

Reply via email to