I'm loading tables from Oracle into SAPDB 7.4 Some of the tables have number columns which have null values. I have extracted the data from the tables successfully, but when I try to load them into MaxDB using loadercli, the load fails when there is no value in an integer column. I would like to specify in the loader script to put a zero in the table when the column is null. I have tried syntax like the following in the loader script:
columname 3 default 0 When I try this syntax, I get a syntax error on the loader script at this point. What is the proper way to accomplish this? Thanks. Rick Morris Web Architect Brightpoint North America L.P. (800) 952 2355 ext. 2312 -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
