资源列表
数据库实验5
- 数据库系统上机实验5实验报告,基于postgreSQL。使用图形界面或者pg_dump和pg_dumpall进行备份,使用psql还原数据库。(Database system experiment 5 REPORT, using postgreSql. Use graphical interfaces or pg_dump and pg_dumpall backups, and use PSQL to restore the database.)
Database in Excel format
- This one is very useful database for potential of solar power in Myanmar.
SQLiteDemos
- Acceso a bases Sqlite desde Visual Basic 6.0
SqlServer 2005 总大纲【图片版】
- SQL数据库学习文档,包含主键,外键,条件查询,连接查询(SQL database learning documents, including primary keys, foreign keys, conditional queries, connection queries.)
lsdbutil
- Paradox数据库修复,可以对paradox数据库进行pack ,重建索引,备份数据等操作,修复出错的数据库(program is for paradox rebuilder, pack , reindex, backup database)
splitA
- Alter FUNCTION [dbo].[split](@expression VarChar(max),@delimiter VarChar(30) = ' ') RETURNS @TmpTable TABLE (RefNo VarChar(max)) AS BEGIN if rtrim(isnull(@expression,'')) > '' begin declare @cxml xml set @cxml = '<x_k><