-
用ASP。NET + SQL数据库的学生管理系统,界面简单,切割伤…
用ASP.NET + SQL 数据库的学生管理系统,界面简单,代码简洁易懂,适宜初学者学习!-ASP.NET+ SQL database with the student management system, to meet simple, concise and understandable code, suitable for beginners to learn!
- 2022-04-08 17:03:44下载
- 积分:1
-
刚刚学习jdbc数据库,用jcreator编了一个小数据库,还可以,通过了。
功能:能够进行添加数据、修改数据、查找数据、删除数据、还可以上下翻页!
注...
刚刚学习jdbc数据库,用jcreator编了一个小数据库,还可以,通过了。
功能:能够进行添加数据、修改数据、查找数据、删除数据、还可以上下翻页!
注:
里面的东西还没有进行整理,多少还有一些凌乱。由于刚刚学,有些功能不知道,许多功能还是按照以前的知识进行写的,多少显得笨拙!但也是一种解决的方法,可供初学者
参考。
说明文档--给初学者
1、首先把数据库文件加入到SQLSERVER数据库中DATA路径下,
2、在SQL SERVER中:右键选中数据库/所有任务/附加数据库/找到需要附加数据库的路径
注意在这一步中,应该都是对号,否则就要检查是否文件名一致的问题
3、在管理工具/ODBC数据源管理器/系统DSN/添加SQLSERVER数据源/
记住:在这一步中数据源起名是OO,本机服务器是(local),要更改默认的数据库为clientregister.
-just learning jdbc database jcreator series with a small database, can also adopted. Function : to add new data, modify data, search data, delete data, but also from top to bottom flip! Note : The stuff inside has yet to be collated, there was some chaos. Just because school, some of them do not know, or many of the features found in the knowledge of writing, the number is stupid! But it is also a solution, available for advanced users. Documentation-- for a beginner, first of all database files into the database SQLSERVER DATA trails, 2, in SQL SERVER : Right-selected database/all tasks
- 2022-11-11 22:15:02下载
- 积分:1
-
员工信息管理系统
员工信息管理系统 -staff information management system staff info rmation management system staff information management system
- 2022-11-09 15:50:04下载
- 积分:1
-
This is a medical management system, with SQL background of the design, function...
这是一个医药管理系统,用SQL作后台的课程设计,功能较完整.-This is a medical management system, with SQL background of the design, function more complete.
- 2022-04-01 03:09:23下载
- 积分:1
-
pos系统是指的商贸公司的收银系统,就是前端有收银台和收银员,通过收银pos进行收款,收银pos与后端的财务系统连接,进行账务核对和处理。
前端POS机用于记录销售过程产生的各种业务数据,如商品名、数量、价格、销售的时间、销售员等等,同时产生销售凭证给顾客。主要是起收集数据的作用。
后端的销售管理起存储和管理数据的作用。这些数据被传输到后端的销售管理系统,可以进行各种查询和统计分析。例如,通过查询可以了解哪个收款员什么时间销售了什么商品。例如一段时间的数据汇总后,可以分析出哪种商品比较畅销。
- 2023-05-11 06:25:02下载
- 积分:1
-
用VC和SQL Server开发的固定资产管理系统,包括系统信息管理,固定资产管理和统计查询管理三个大模块...
用VC和SQL Server开发的固定资产管理系统,包括系统信息管理,固定资产管理和统计查询管理三个大模块-VC and SQL Server development of the fixed asset management system, including system information management, fixed asset management and statistics for the three management module
- 2022-07-19 19:59:36下载
- 积分:1
-
社区服务信息管理系统
通过在windos2003和iis6.0的环境下利用Visual Studio.Net(C#)和SQL SERVER2000进行编程实...
社区服务信息管理系统
通过在windos2003和iis6.0的环境下利用Visual Studio.Net(C#)和SQL SERVER2000进行编程实践,系统总结了基于ASP.NET(C#)和网络数据库技术实现,充分实现社区服务信息管理系统的各项功能。-Community Services Information Management System by windos2003 and iis6.0 environment using Visual Studio.Net (C#) And SQL SERVER2000 programming practice, systematically summed up based on ASP.NET (C#) And web-based database technology to achieve full to achieve community service information management system for various functions.
- 2022-12-19 03:35:04下载
- 积分:1
-
数据库连接,读,写,修改,储存,等等的函数!可以镶入任何的程序,这样编写数据库就节省了很多时间了!...
数据库连接,读,写,修改,储存,等等的函数!可以镶入任何的程序,这样编写数据库就节省了很多时间了!-Database connection, read, write, modify, store, and so the function! Can insert into any of the procedures, so that the preparation of database on save a lot of time!
- 2022-04-18 13:40:12下载
- 积分:1
-
简单操作Sqlite3的API封装,能够在空表的时候取得表的结果
简单操作Sqlite3的API封装,能够在空表的时候取得表的结果-Sqlite3 the API simple package that can form in the air when the results obtained in table
- 2022-01-30 10:10:14下载
- 积分:1
-
用C编写的短小精悍的数据库,既有运行码,又有源代码,支持APPEND,DELETE,SAVE,LOAD,INSERT,SHOW,FIND,SORT,CLOSE,...
用C编写的短小精悍的数据库,既有运行码,又有源代码,支持APPEND,DELETE,SAVE,LOAD,INSERT,SHOW,FIND,SORT,CLOSE,MODIFY,QUIT,HELP等命令,对于想学习如何用C实现数据库sql语句编程的同仁很有帮助。-Prepared by C dapper database, both running code, and source code, support for APPEND, DELETE, SAVE, LOAD, INSERT, SHOW, FIND, SORT, CLOSE, MODIFY, QUIT, HELP, such as orders, who want to learn how to C database programming sql statement Tongren helpful.
- 2023-06-14 10:35:04下载
- 积分:1