Duplicate a solution in 10 minutes
I know, I know: there's a lot of ways to do that.
But I find this procedure clean, quick and hassle-free.
1) create the database that will be used in the new solution
2) place the name in sybase_db (if needed) and create the db connection
3) export the old solution (with sample data, if you want to bring them along)
4) disable the db connection of the old solution
5) perform a CLEAN IMPORT, choosing a name for the new solution. When Servoy will warn you about the missing db connection, choose the new one you created in step 2
6) after the import, re-activate the db connection of the old solution
Result: with ten minutes of work (maybe less) you have two identical solutions with different names running of two different databases
Servoy rocks!