搜索资源列表
DBPoolManage
- 一个数据库连接池,能捕获close方法,初始的时候指定初始化多少个连接,如果超过连接个数,则会自动递增连接个数,同时,在代码中可以直接调用close方法,程序会自动捕获-a database connection pool that can capture close, the initial initialization time specified number of connections exceeds the number connections, connections will b
FSQLib
- FSQ信号分析仪,初始化要用到的代码和头文件。-FSQ signal analyzer, used to initialize the code and header files.
pb
- 窗口初始化和链接代码,及添加 删除 和 确认等按钮的代码-Windows initialization and link code, and add the button to delete and confirm the code such as
use-SqlInit-to-restart-DB-database
- 一般的DB库API编程的过程是这样的:先通过调用SqlInit对DB库进行初始化,再调用SqlConnection打开一个连接,然后就可做一些工作。下面的代码是一个初始化DB库并登录到服务器的通用例程。 -use SqlInit to restart DB database