Reputation: 6359
I am refactoring my Sqlite Helper class in .NET, so that it supports attaching database and would like to know how many databases can be attached to the connection?
In http://sqlite.org it says the limit is SQLITE_LIMIT_ATTACHED but I could not find its default value.
Upvotes: 1
Views: 1080