-
dormitory management system, mainly involving database programming and C program...
寝室管理系统,主要涉及数据库编程和C++ builder编程,便于初学者学习和开发者参考-dormitory management system, mainly involving database programming and C programming builder, easy beginners learning and reference developers
- 2022-03-10 05:14:57下载
- 积分:1
-
Visual C++.NET 2003环境下运行的,运行后可以获取主机的IP地址
Visual C++.NET 2003环境下运行的,运行后可以获取主机的IP地址-Visual C.NET 2003 environment running, running after the mainframe can get IP addresses
- 2023-04-23 01:50:03下载
- 积分:1
-
they are introduced in the use of Access SQL statement
它们主要介绍了在Access中如何使用Sql语句-they are introduced in the use of Access SQL statement
- 2022-04-01 09:39:04下载
- 积分:1
-
用VC编的 读ACCESS数据库的 很具体很详细
用VC编的 读ACCESS数据库的 很具体很详细 -VC series of the Reading Access database is very specific and detailed
- 2022-06-30 15:49:29下载
- 积分:1
-
使用ADO的数据复制原型 这是一个几乎在七年前我试图做的数据复制原型。它的一些部份可能仍然很有趣。最初,它使用了一个建造在ODBC上的的专有库,但是它可被容易地
使用ADO的数据复制原型 这是一个几乎在七年前我试图做的数据复制原型。它的一些部份可能仍然很有趣。最初,它使用了一个建造在ODBC上的的专有库,但是它可被容易地修改以使用任何的数据库接口层。 演示例子使用ADO和MSDEV 中自带 Nwind.mdb MS Access数据库。 这个原型引擎使用一个实际的或者人工制定的唯一的数据库内索引来标识一个记录。 在插入记录时可以正确处理Auto-Number或Counter数据类型。通过初始化复制条目集合或复制器类的Init方法中的链接描述符来执行复制计划。参考DemoCopyHelper.cpp这个例子. - Uses ADO data duplication prototype this nearly the data
duplication prototype which I attempts in seven years ago to do. Its
some parts still very were possibly interesting. At first, it has used
a construction on ODBC appropriation storehouse, but it may easily
revise uses any database interface level. The demonstration example
uses in ADO and MSDEV brings Nwind.mdb MS the Access database. This
prototype engine uses to be actual or in the artificial formulation
only database the index marks a record. When inserts the record may
correctly process Auto-Number or the Counter data type. Gathers or in
the duplication kind of Init method link description symbol through
the initialization duplication claus
- 2022-08-04 03:22:56下载
- 积分:1
-
VB source code, a description of how pictures stored in the database, and read o...
VB源代码,说明如何将图片存入数据库,并且从数据库读出显示到界面上-VB source code, a description of how pictures stored in the database, and read out from the database shows that the interface
- 2022-03-22 22:03:44下载
- 积分:1
-
一个感情推理软件,通过星座血型测试性格.
一个感情推理软件,通过星座血型测试性格.-an emotional reasoning software, through blood tests Constellation character.
- 2022-01-31 01:38:21下载
- 积分:1
-
使用MFC和ADO编写的cgi程序
使用MFC和ADO编写的cgi程序-Cgi program using MFC and ADO
- 2023-03-14 19:40:03下载
- 积分:1
-
演示了在VC中操作ADO的一般方法,给出了一个操作ADO的强大的类以及利用该类实现数据库操作的一个实例.....
演示了在VC中操作ADO的一般方法,给出了一个操作ADO的强大的类以及利用该类实现数据库操作的一个实例.. -demonstrated in VC ADO operation of the general method is a powerful operating ADO class and the use of database operations such an example ..
- 2022-03-20 11:52:43下载
- 积分: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