-
本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,...
本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,这两个工具是最好的选择。所以我选用ODBC来进行数据库程序的开发。-this program is to design a directory, it will have a simple database functions, such as the insertion, deletion, modification and other practical applications. VC and ODBC database is used to create procedures good tools, rapid development and easy to use, the two tools is the best option. I chose to ODBC database development.
- 2022-12-06 13:25:03下载
- 积分:1
-
Visual C++6.0,连接、操作mysql数据库。适合初学者。
Visual C++6.0,连接、操作mysql数据库。适合初学者。-Visual C++ 6.0, connection, operation mysql database. Suitable for beginners.
- 2023-06-15 11:20:03下载
- 积分:1
-
对于一个单位的人员库,提供由姓名生成姓名首字符功能,并提供首字符的简单应用示例。本功能用于一些特殊的场合,但很好用。不需要记住职工的工号,用两三个字母即可实现输...
对于一个单位的人员库,提供由姓名生成姓名首字符功能,并提供首字符的简单应用示例。本功能用于一些特殊的场合,但很好用。不需要记住职工的工号,用两三个字母即可实现输入。(原创)-units for a pool, provide the names generated by the first names of characters function, and provide the first character of the simple application example. The function for some special occasion, but is useful. Employees do not need to remember the workers, with 23 alphanumeric input can be realized. (Original)
- 2023-05-15 00:05:03下载
- 积分:1
-
一个VB写的生产管理系统.有access数据库
简单实用.有全部源码...
一个VB写的生产管理系统.有access数据库
简单实用.有全部源码-VB write a production management system. Database access is simple and practical. Have all the source code
- 2022-06-29 04:17:49下载
- 积分:1
-
对数据库操作的第三方类,不需要帐号都可以下载。
对数据库操作的第三方类,不需要帐号都可以下载。-Database operations on the type of third-party
- 2022-10-10 08:05:03下载
- 积分:1
-
一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对...
一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对MDB数据库的增加,删除,查询,打印,报表等功能。所有源码免费开放.很难得的一套管理系统的源码啦-a VB development of the database management system. ACCESS 2000 databases. With the integrity of the design development documents and database design documentation. Graduation is doing the best reference. Code style norms. VB integrity of the MDB database to add, delete, query, print, statements capabilities. All source code is free. A rare set of source code management system--
- 2023-08-30 05:00:04下载
- 积分:1
-
Delphi programming framework, the three
Delphi编程框架,三层结构,无第三方控件,D6以上-Delphi programming framework, the three-tier structure, and no third-party control, more than D6
- 2022-01-25 22:42:52下载
- 积分:1
-
仓库管理系统
本文档的写作目标是供仓库管理系统开发小组对WMIS进行需求分析。主要本系统对功能,性能,输入输出,数据管理等作规格界定,为进一步的详细设计,概...
仓库管理系统
本文档的写作目标是供仓库管理系统开发小组对WMIS进行需求分析。主要本系统对功能,性能,输入输出,数据管理等作规格界定,为进一步的详细设计,概要设计,和编码,测试工作做准备。-warehouse management system of writing this document is for warehouse management system development team to carry out a needs analysis WMIS. The main function of the system, performance, input and output, and data management for defining the specifications for further detailed design, the outline design, and coding, test preparation.
- 2022-05-27 17:26:28下载
- 积分:1
-
数据库课程设计,仓库管理源程序,vb编写的,功能主要是入库,出库,数据整理等基本操作...
数据库课程设计,仓库管理源程序,vb编写的,功能主要是入库,出库,数据整理等基本操作-database curriculum design, warehouse management source, vb prepared by the main function of the arsenal, out of the hangar data processing and other basic operation
- 2022-07-23 22:48:34下载
- 积分:1
-
微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。
微软.NET Framewor...
微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。
微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。
我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。
由于对二进制大对象使用的流操作,所以对于任何文件都具有通用性。读写文本文件也可以这么做。
-Microsoft s field and so on SQL SERVER database Image, text all
belongs to binary the big object. These objects deposits and
withdrawals and other light objects have the difference slightly.
MicrosoftNET Framework System.Under the IO naming space provided a FileStream document to us to flow
the kind. We may use this document to flow to the binary big object
with ease carry on read-write. I have realized a simple WinForm
procedure, this procedure through clicks on "Open" the button to
choose bmp or the jpg document, and the demonstration controls in
PictureBox in the graph. The button stores the database through
"Save". Clicks on "View" CheckBox to b
- 2022-07-19 07:21:16下载
- 积分:1