1)     Using MySql 4.0 database, mysqldump was used to produce a 'load
file' for MaxDB 7.5 creates lines like 

INSERT INTO DBA.FOO VALUES
(40358,131,11,7349,44211,NULL,NULL,'2003-10-17','2003-10-18',1,6);

 

2)     Using MaxDb 7.5, maxdbproxy and mysql to load the database
creates the row but inserts the text NULL instead of a null value.  

 

I have to post process the 'load file' to add the user, public synonyms,
address case issues, etc - so removing these with a macro is relatively
easy.   

 

Reply via email to