diff --git a/Getting-Started.md b/Getting-Started.md index 644cacc..c6ecbc8 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -147,7 +147,7 @@ fsql.Delete() | Methods | Return | Description | | -- | -- | -- | | UseConnectionString | this | Connection string | -| UseAdoConnectionPool | this | set up Ado connection pool | +| UseAdoConnectionPool | this | set up Ado connection pool (default false, remote true) | | UseSlave | this | Set up the slave database, support multipleslace databases. | | UseSlaveWeight | this | Set up the slave database weight. | | UseConnectionFactory | this | Set up a custom database connection object (abandon the built-in object connection pool technology) | diff --git a/入门.md b/入门.md index bf87d84..890ada2 100644 --- a/入门.md +++ b/入门.md @@ -145,7 +145,7 @@ fsql.Delete() | 方法 | 返回值 | 说明 | | -- | -- | -- | | UseConnectionString | this | 设置连接串 | -| UseAdoConnectionPool | this | 设置连接池方案 | +| UseAdoConnectionPool | this | 设置连接池方案(默认 false,远程访问建议设置 true) | | UseSlave | this | 设置从数据库,支持多个 | | UseSlaveWeight | this | 设置从数据库权重 | | UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) |