登录
首页 » ADO-ODBC » 一个关于数据库方面的编程.

一个关于数据库方面的编程.

于 2022-05-08 发布 文件大小:221.74 kB
0 58
下载积分: 2 下载次数: 1

代码说明:

一个关于数据库方面的编程.-on a database programming.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 通过输入考试题,实现考试功能,可以多选和单选,计算分数。...
    通过输入考试题,实现考试功能,可以多选和单选,计算分数。-By entering the examination to achieve the examination function, you can choose and radio, computing scores.
    2022-11-10 22:25:04下载
    积分:1
  • MS SQL Server 浏览器/INSERT/UPDATE/SELECT/DELETE脚本生成工具 支持历史脚本...
    MS SQL Server 浏览器/INSERT/UPDATE/SELECT/DELETE脚本生成工具 支持历史脚本-MS SQL Server browser/INSERT/UPDATE/SELECT/DELETE script generation tool to support the history of script
    2022-02-03 21:37:56下载
    积分:1
  • Civil Aviation booking system is based on the database VB code for the Civil Avi...
    民航订票系统是基于数据库的VB代码用于民航订票系统的运行-Civil Aviation booking system is based on the database VB code for the Civil Aviation booking system running
    2022-02-22 13:41:27下载
    积分:1
  • 使用VB结合ACCESS数据库的做电话簿,实现了添加,查询,删除等功能...
    使用VB结合ACCESS数据库的做电话簿,实现了添加,查询,删除等功能-VB combining ACCESS database of telephone directories do realize the added, inquiries, and delete functions
    2022-04-29 16:02:32下载
    积分:1
  • 将串口的数据放入bv环境中调用的excel文件中。程序比较简单。...
    将串口的数据放入bv环境中调用的excel文件中。程序比较简单。-to serial data Add bv environment called excel document. Relatively simple procedures.
    2023-05-28 14:45:03下载
    积分:1
  • 一卡通考勤系统,采用PB编写,sql2000数据库
    一卡通考勤系统,采用PB编写,sql2000数据库-Card attendance system, using PB to prepare, sql2000 database
    2022-03-04 19:33:22下载
    积分:1
  • 众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率...
    众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率将直接影响到软件的质量。一个数据访问缓慢的系统是客户无法容忍的。一个好的系统必然有一个高效的数据访问方法。由此可见,数据访问在软件开发过程中是非常重要的。如果能统一对数据的访问方法,那么一切有关数据访问方面的问题都可以得到解决。我的系统将可以面向所有的数据源,甚至是未来将会出现的数据源。 预期结果 实现对SQLServer,ODBC,OLEDB数据源以及工业中的Citect,IFix监控软件数据源的统一访问。 开发环境: Microsoft Windows2000开发平台 开发工具: Microsoft Visual C++.NET 数据源: Microsoft SQLServer2000,Citect,Ifix,ODBC 文件说明: DAServer2.dll是一个统一数据访问平台。提供OLEDB标准接口。用户可对其进行访问。 SQLServerProvider.dll是针对SQLServer数据源的提供程序。 config.ini是系统配置文件。- Data access in the entire software development framework is a three-tier data layer, the other is a two-tier basis. Without it, the data storage change meaningless. Meanwhile, the efficiency of data access will directly affect the quality of the software. A slow data access system is the customer can not be tolerated. A good system will be an efficient data access methods. This shows that access to data in the software development process is very important. If reunification of data
    2022-08-07 12:26:37下载
    积分:1
  • Student hostel management system, management of student dormitories to achieve t...
    学生宿舍管理系统,实现对学生宿舍管理的基本功能-Student hostel management system, management of student dormitories to achieve the basic functions of
    2022-07-28 00:19:29下载
    积分:1
  • 这也是采用COM接口的数据库访问技术, 采用ADO类封装,速度快,更加容易调用。...
    这也是采用COM接口的数据库访问技术, 采用ADO类封装,速度快,更加容易调用。- This also is uses the COM connection the database visit technology, uses a ADO kind of seal, the speed quickly, is easier to transfer.
    2022-03-19 02:31:03下载
    积分: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
  • 696518资源总数
  • 104321会员总数
  • 14今日下载