搜索资源列表
chuanjianshujuku
- 创建文件夹project,xp_cmdshell为系统存储过程 --检验数据库是否存在,如果为真,删除此数据库
SQL_Backup
- 通过win任务计划,自动备份数据库(也可以定期删除指定类型的文件)-Auto to backup database
postgresql_to_excel(python)
- 该文件实现了使用python脚本,从postgreslq数据库中读取数据,并存储数据到excel中。-This file implements the use of python scr ipt to read data from postgreslq database and stored in the data to excel.
mysql-db-backup
- Mysql 备份的Shell 脚本,将其添加到crontab中,可以实现自动备份数据库,采用增量备份的文件,如果完整备份后,则删除增量备份的文件.-Mysql Backup Shell scr ipt to add to the crontab, you can automatically back up the database, using the incremental backup files, if a full backup, incremental backup files are
Project1
- 我见过许多代码,在从ACCESS数据库读取图像数据后,往往需要借助一个临时文件进行转换才能显示,其实借助API,完全可以直接显示,而不需要临时文件,此外,大家还可以使用OleCreatePictureIndirect函数转图像数据转换成标准的IPicture接口,以实现VB图像显示的自动性和持续性,具体代码如下:-I ve seen a lot of code, after reading the image data from the ACCESS database, often need