Welcome![Sign In][Sign Up]
Location:
Search - SQL2005

Search list

[source in ebookphotos

Description: 相册关系系统 VS2005 SQL2005为开发工具的网站系统-Album relations system VS2005 SQL2005 system for the development of tools for Web site
Platform: | Size: 1571840 | Author: 姬海燕 | Hits:

[CSharpVS_SQL2005

Description: 本程序是vs+sql2005完成的医院药房管理系统,连论文全套全-This procedure is completed vs+ sql2005 hospital pharmacy management system, and even complete the whole paper. .
Platform: | Size: 2014208 | Author: tn | Hits:

[Internet-NetworkNewsIssue

Description: 新闻管理系统(asp.net+sql2005)-News Management System (asp.net+ sql2005)
Platform: | Size: 762880 | Author: li | Hits:

[JSP/Javawebbbs

Description: 项目名:北大青鸟S2项目BBS(JSP论坛) 开发环境:SQL2005 + myEclipse6.5 功能说明: 1、注册用户可以发、改、删(管理员)帖子。 2、论坛后台管理 a:版块管理 b:用户管理(未实现)。 亮点技术: 1、树形打印所有版块。 实现思路: 使用递归调用。 2、分页显示。 实现思路: 先获得所有记录保存到泛型,然后再通过for语句的下标访问。 Author:青鸟学子 QQ:64578820 Msn:foart@hotmail.com -Project Name: Beida Jade Bird S2 Project BBS (JSP forum) Development Environment: SQL2005+ myEclipse6.5 Function Description: 1, registered users can send, change, delete (administrator) posts. 2, the forum admin a: Forum Management b: user management (not achieved). Highlights Technology: 1, tree print all Forum. Implementation ideas: the use of recursive calls. 2, paging display. Implementation ideas: first, to obtain all the records saved to the generic, and then through the for statement subscript access. Author: Bluebird students QQ: 64578820 Msn: foart@hotmail.com
Platform: | Size: 15876096 | Author: 刘宇 | Hits:

[ApplicationsMyHotelManager

Description: 酒店管理系统(ExtJs),该系统采用VS2005+SQL2005开发,采用Extjs2.0技术实现UI展示.数据库脚本:App_Data文件夹下.数据库操作采用的是SqlHelper.DB_51aspx下为Sql数据库文件,附加即可.默认登陆页面为login.aspx,默认帐号/密码:admin/admin.注意:如果在IIS下配置,务必将HotelUI设置为虚拟目录 -Hotel Management System (ExtJs), the system developed using VS2005+ SQL2005, using Extjs2.0 technology for UI display. Database script: App_Data folder. SqlHelper.DB_51aspx database operations is used under the Sql database file can be attached. The default login page is login.aspx, default account/password: admin/admin. Note: If you configure IIS, be sure to set the virtual directory HotelUI
Platform: | Size: 2235392 | Author: Fitzz | Hits:

[WEB CodeMYWEB

Description: 系统名称:学校BBS论坛(VS2008+SQL2005) 本系统的开发工具为:VS2008+ SQL2005 运行环境:.net framework 2.0以上,sql2005以上,windows server2003以上,IIS6.0以上 本系统涉及.net开发方面很多技术,大概包括:web service,Httphandler,Ajax等。 本系统架构清晰,文件名,文件夹名,类名,存储过程名,都采用统一命名方法,维护方便,系统把与数据库访问相同的部分代码抽象出来成为一个底层类,系统完全采用存储过程与数据库交互,具有响应时间短,安全性高等优点,存储过程代码附上在DBSQL文件夹中。 使用系统前只要附加上数据库(位于App_Data文件夹中),登录名为windows集成身份登录即可运行本系统。-System Name: School BBS Forum (VS2008+ SQL2005) The system development tools: VS2008+ SQL2005 Runtime Environment:. Net framework 2.0 and above, sql2005 and above, windows server2003 above, IIS6.0 and above This system is involved. Net development of many technologies, probably including: web service, Httphandler, Ajax and so on. The system architecture definition, file names, folder names, class names, stored procedure name, and have adopted a unified naming method, convenient maintenance, system and database access to the same part of the code out into a low-level abstract class, the system stored procedures fully implemented and Database interaction, with a short response time, high security, etc., stored procedure code is attached to the DBSQL folder.
Platform: | Size: 2710528 | Author: 赵亮 | Hits:

[JSP/Javashoping

Description: jsp + servlet +sql2005实现的购物车,简单实用,很好的学习资料-jsp+ servlet+ sql2005 realized shopping cart, simple and practical, good learning materials
Platform: | Size: 349184 | Author: 离坎 | Hits:

[OS programblogAdmin

Description: 简单个人博客后台源码 源码很简单,提供给初学者一起学习。入门学习 数据库在DB_51aspx文件夹中(sql2005),附加即可. 登陆用户名和密码都是51aspx-Simple personal blog background source source is very simple, providing for beginners to learn with. Start learning database DB_51aspx folder (sql2005), can be added. Login user name and password are 51aspx
Platform: | Size: 7420928 | Author: wangye | Hits:

[Windows DevelopSql2005

Description: vc下利用odbc 操作sqlserver2005的小程序-control SqlServer2005 by vc odbc
Platform: | Size: 3197952 | Author: 高能 | Hits:

[SQL ServerSql2005index

Description: Sql2005数据库全文索引,讲述如何使用全文索引
Platform: | Size: 1082368 | Author: 钟先生 | Hits:

[DocumentsSQL2005

Description: 对初学者一篇较清晰易懂的数据库教程。内容清晰,较为全面。-More clear and understandable for beginners a tutorial database. Clarity, more comprehensive.
Platform: | Size: 3630080 | Author: 提子 | Hits:

[Web ServerSchoolAdministrationManagement

Description: 学校教务管理系统 (asp.net+Sql+server).rar 运行环境:vs2005+sql2005-School Administration Management System (asp.net+ Sql+ server). Rar operating environment: vs2005+ sql2005
Platform: | Size: 1156096 | Author: pan | Hits:

[CSharpC6

Description: c#+sql2005医院管理系统,有门诊住院等功能模块。是csdn上转过来的。-USE [master] GO CREATE DATABASE [Hospital_MIS_2] ON PRIMARY --指定数据库名称 ( NAME = N Hospital_MIS_Data , --数据库文件保存路径 FILENAME = N H:\Hospital_MIS_Data.MDF , SIZE = 2432KB , MAXSIZE = UNLIMITED, FILEGROWTH = 10 ) LOG ON --数据库日志保存路径 ( NAME = N Hospital_MIS_Log , FILENAME = N H:\Hospital_MIS_Log.LDF , SIZE = 3840KB , MAXSIZE = UNLIMITED, FILEGROWTH = 10 ) COLLATE Chinese_PRC_CI_AS GO
Platform: | Size: 2935808 | Author: niemail | Hits:

[SQL Serverzaixiantoupiaoxitong

Description: 基于ASP.net+sql2005的在线投票系统,能实现投票项的加入,删除,修改等管理功能-ASP.net+ sql2005 based online voting system, voting can be achieved by adding items to delete, modify, and other management functions
Platform: | Size: 644096 | Author: jkljfskd | Hits:

[JSP/JavaWorkerMIS

Description: java+sql2005 员工管理 部门管理-Staff Management
Platform: | Size: 847872 | Author: yanbo | Hits:

[WEB CodeOA-by_net

Description: ASP.net C# + SQL2005 写的OA系统。实现权限,单点认证,工作流,系统内部邮件-ASP.net C#+ SQL2005 write OA system. Achieve competence, a single point of authentication, workflow, internal mail system
Platform: | Size: 1860608 | Author: Xiewanfeng | Hits:

[SQL Serversql2005

Description: SQL2005 很不错的视频教程 手把手的教你学习数据库 里面每一个章节都有例子 让你看完后 可以自己动手练习-SQL2005 very good video tutorial to teach you hands-on learning database which has examples of each chapter after reading it you can practice yourself
Platform: | Size: 17417216 | Author: wuxinchao | Hits:

[SQL Serversql2005ppt

Description: sql2005 课程PPT 极力推荐 超赞!-sql2005 PPT highly recommend the fabulous course!
Platform: | Size: 5983232 | Author: | Hits:

[Education soft system10

Description: 用visualc++ + SQL2005开发学生在线考试系统,功能齐全,界面友好-With visualc+++ SQL2005 develop students online examination system, full-featured, user-friendly
Platform: | Size: 1419264 | Author: 余进松 | Hits:

[Hotel software systemHotelmanagement

Description: 酒店管理系统源码(三层开发) 系统采用VS2008+Sql2005开发 适用于中小型的酒店管理,全部采用三层架构,ASP.NET开发,运用CSS加DIV的界面布局,完整的源代码和数据库设计,是你不可多得的参考资料。 有客房管理、房间类型管理、入住和退房管理等简单功能 HotelManager为网站目录 DB_51aspx下为Sql2005数据库,附加即可(Sql2000格式数据库转换后稍后发布) -Hotel management system source code (three development) system using VS2008+ Sql2005 development for small and medium hotel management, all three-tier, ASP.NET development, increase the use of CSS DIV interface layout, complete source code and database design, you rare references. Have room management, room type management, check-in and check-out management functions HotelManager simple directory for the Web site under the Sql2005 DB_51aspx database, add to (Sql2000 release later converted database format)
Platform: | Size: 1680384 | Author: wbiqodwqi | Hits:
« 1 2 3 4 56 7 8 9 10 ... 47 »

CodeBus www.codebus.net