Read all xml files in the wafer directories specified in : xmldumpw -l -o [outprefix_] outprefix_ can be omitted, then the output file is just xmlwtab.csv -o must be there (overwrite) This program creates the .csv file. The first line is for Excel only, the second contains the mysql variable names, the third contains the mysql variable types. csv2sql outprefix_xmlwtab.csv TRAPW - TRAPW is the name of the table This program creates init_table.sql and insert_values.sql. init_table.sql is necessary only at the beginning. Venelin -------------------------- mysqladmin create trap mit mysql auf der cmd: grant CREATE,INSERT,DELETE,UPDATE,SELECT on trap.* to trap@localhost ; grant CREATE,INSERT,DELETE,UPDATE,SELECT on trap.* to 'trap'@'kipsrv1.kip.uni-heidelberg.de' ; flush privileges; mysql trap < init_table.sql -p mysql trap < insert_values.sql -p und dann noch die Bilder einfuegen mit insert_plot_wafer.pl FRAGE: wie kann man in .pl nur die fehlende Bilder einfuegen um Zeit zu sparen? Denn jeden Tag kommt neue Wafer, das gleiche fuer die MCMs und es hat kein Sinn alle png-s neu einzulesen. Markus