On Oct 31, 2019, at 5:40 AM, Aydin Ozgur Yagmur <ayagmu...@gmail.com> wrote:
> 
> How can it be raised to 125?

Define SQLITE_MAX_ATTACHED at build time:

    https://www.sqlite.org/limits.html#max_attached

> I tried to change with calling "sqlite3_limit(db_, SQLITE_LIMIT_ATTACHED,
> 125)" but there is no effect.

That’s only useful for *lowering* the maximum from the compile time 
SQLITE_MAX_ATTACHED value.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to