Hello everyone.

I'm using the following statement to load data into a table using the
repmcli:

DATALOAD TABLE s_entitytype
                ETTID 1 DEFAULT NULL
        INFILE 'dat\entitytype.dat'
        DELIMITER ''
        NULL ''

The table is:

create table s_entitytype (
       ETTID FIXED(38,0)
)

If now the value is missing in the entitytype.dat file , a null was inserted
into the table....when I'm using the repmcli version 7.4.3.27. So far, so
good!!!

When I use the same statement with repmcli.exe version 7.4.3.30, I get an
error message.
"-->-25319
Missing data for specified column ETTID"

Is this a bug or a feature? If it is a feature....how can I set a null value
for an integer field in the new version?

Thanx a lot!

Chris



-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to