Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 29, 2015
1 parent e5100dd commit 9b20f62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ connection
`ADODB.debug`
>The global debugging switch.
`ADODB.open(connection)`
>Initialization database link parameters.
`ADODB.query(sql)`
>Execute a SQL statement that returns a value.
Expand All @@ -64,9 +67,6 @@ connection
`ADODB.executeScalar(sql, scalar)`
>Execute a SQL statement that returns a scalar value.
`ADODB.open(connection)`
>Initialization database link parameters.
###Extension:
>The plug-in theoretical support under the platform of Windows all support the ADODB connection database, only need to change the database connection string operation can be realized!
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ connection
`ADODB.debug`
>全局调试开关。
`ADODB.open(connection)`
>初始化数据库链接参数。
`ADODB.query(sql)`
>执行有返回值的SQL语句。
Expand All @@ -64,9 +67,6 @@ connection
`ADODB.executeScalar(sql, scalar)`
>执行带返回标识的SQL语句。
`ADODB.open(connection)`
>初始化数据库链接参数。
###扩展:
>该插件理论支持 Windows 平台下所有支持 ADODB 连接的数据库,只需要更改数据库连接字符串即可实现操作!
Expand Down

0 comments on commit 9b20f62

Please sign in to comment.