搜索资源列表
StoreProcNew
- 一般我们要根据数据库的纪录变化时,进行某种操作。我们习惯的操作方式是在程序中不停的查询表,判断是否有新纪录。这样耗费的资源就很高,如何提高这种效率,我想在表中创建触发器,在触发器中调用外部动态连接库通过消息或事件通知应用程序就可实现。而master的存储过程中最好能调用外部的动态连接库,我们在触发器中调用master的存储过程即可。本文提供了动态库与存储过程的具体实现 -we have to follow the general database records change, with
chuanngxinshiyan
- 这是一篇结合SQL2000的大学选课系统实现论文,详细的分析说明选课系统的每个组成部分和具体实现,有很大参考价值。-This is a combination of elective system to achieve the University SQL2000 paper, detailed analysis shows that each component of elective system and the concrete realization of great reference
Contact-management-system
- 该系统主要是基于在Visual C++6.0的环境下实现的对通讯录里面成员信息的增加,查找,修改,删除等功能,连接数据库用来存储成员的信息,采用sql语句来具体实现上述功能。 -The system is mainly the increase of the membership information on the contacts inside the Visual C++ 6.0 environment, find, modify, delete function, connect
analysis-and-efficiency-of-sql-
- sql执行语句的效率分析,使用具体例子大致讲解了下sql语句的索引跟全表扫描的关系-the efficiency of the SQL statement is executed, using concrete examples, largely on the relationship of the index of the next SQL statement with full table scan