My theme is in a folder called "mytheme" and the "Theme Name" in the style.css is "My Theme".
From that, I'm guessing that the option "template" in the options table is a reference to the folder, not the "Theme Name".
I'm asking because I want to be sure that the value I should pass to switch_theme() is a reference to the foldername mytheme, not the theme name "My Theme" ?
switch_theme('mytheme', 'style.css')
