Page 1 of 1
Delete all recipes
Posted: Tue Oct 09, 2012 2:35 am
by philip.joebstl
Hello,
is it possible (maybe with scripting) to delete all saved recipes at once?
Thank you for your help.
Re: Delete all recipes
Posted: Tue Oct 09, 2012 9:21 am
by mark.monroe
You can use SQL to delete all the recipes in the database. Here is an
example of how to connect to the Datalogger database table.
You can use the
DatabaseViewer to look at the database and find out the table names.
Re: Delete all recipes
Posted: Wed Oct 10, 2012 5:03 am
by philip.joebstl
Thank you for your answer, i could work this out with the information you gave to me.