Connection pool has been unable to grant a connection to thread

后端 未结 3 1360
萌比男神i
萌比男神i 2020-12-14 06:43

I\'m using GreenDAO for database handling in Android. When performing many database changes (> 15.000) I get this error Message:

The connection pool f

3条回答
  •  误落风尘
    2020-12-14 06:59

    I got this message when I want to select a query on a table which is used on a transaction without ended transaction before. Problem solved after executing endTransaction() on finally block of transaction.

提交回复
热议问题