ErikEJ / SqlCeToolbox

SQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)
Other
847 stars 174 forks source link

SQL Ce database size #905

Closed ricl closed 3 years ago

ricl commented 3 years ago

I have a 2.52 GB SQL Ce database but it reports an error code of 80004005 saying the database size is too large.

How can I fix this?

image

ErikEJ commented 3 years ago

Set the max database size connection string option to 4000?

ricl commented 3 years ago

I have done that in my code. How do I set it for the left hand browser window?

ErikEJ commented 3 years ago

When you add the connection..

ricl commented 3 years ago

OK. Thanks