OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

SQLCE Connection String #4224

Open orchardbot opened 10 years ago

orchardbot commented 10 years ago

danmitchell created: https://orchard.codeplex.com/workitem/20395

The connection string is dynamically generated and therefore doesn't use the settings.txt information so the Max Database Size is defaulting to 256 and cannot be increased.

orchardbot commented 10 years ago

@Piedone commented:

Although indeed this is probably something to address I'd advise you to use a proper SQL Server DB if your DB is growing as big as 256MB.

orchardbot commented 10 years ago

@sebastienros commented:

I agree with the issue, but you can simply change the connection string manually thereafter. We'll probably fix it in Orchard 2.0

orchardbot commented 9 years ago

liberty2k commented:

sebastienros, to clarify, are you saying we can increase the sqlce database size by editing the connection string? If so, what exactly should I edit?

jean commented 7 years ago

For the record, https://github.com/OrchardCMS/Orchard/blob/b931b79115c062ee0c9f008131510d4fb2f9faf8/src/Orchard/Data/Providers/SqlCeDataServicesProvider.cs#L39 is the line to be hacked for a quick & dirty fix.