Is it possible to use IScopeProvider with custom database?
I was wondering if there is a way to use IScopeProvider to query another database, thus not the default umbracoDbDSN database.
If not, what is the recommended way to query another database? I can simply create a new NPoco.Database instance with a different connectionString, but I don't now if that is a safe way of doing things and if this is best practice.
Would be great if somebody can point me to the right direction.
Is it possible to use IScopeProvider with custom database?
I was wondering if there is a way to use
IScopeProvider
to query another database, thus not the default umbracoDbDSN database.If not, what is the recommended way to query another database? I can simply create a new
NPoco.Database
instance with a different connectionString, but I don't now if that is a safe way of doing things and if this is best practice.Would be great if somebody can point me to the right direction.
Corné
Nobody?
is working on a reply...