Normal
How are you creating the database?I mean, if you want the database to be in the MediaPortal\Databases folder, then just create it in there... I think you have a problem with relative paths. Use Environment.ExecutablePath (I think that's what the property is called) to get the path to the MediaPortal folder, then append \database on to it.Sam
How are you creating the database?
I mean, if you want the database to be in the MediaPortal\Databases folder, then just create it in there... I think you have a problem with relative paths. Use Environment.ExecutablePath (I think that's what the property is called) to get the path to the MediaPortal folder, then append \database on to it.
Sam