AnyLogic 6 Discussion

hi, I would like to clear up ( delete all existing rows) the table in the database before I run the simulation. How can I do it in the startup code? Thanks Run
Excel and ODBC driver have some limitations that don't allow you to delete data that was written to the data sheet before. I recommend you to use Access, so you will be able to clear the database before each Simulation run using the SQL query like the following: database.modify("DELETE * FROM table_name;");