搜索资源列表
blobrw
- 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。 微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。 我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
在数据库中读写图像文件
- 本实例可以将图像文件(*.bmp)存储到数据库中,并可以浏览数据库中的图像文件!- This example may (* bmp) save the picture document to the database in, and may glance over in the database the picture document!
adoPIC
- 用ADO把大文件,比如JPG,BMP ,mp3等大文件 以二进制的形式存入数据库和读出数据库,并显示或播发-use ADO to use the documents, such as JPG, BMP, MP3 and other large files in binary form sensed data stored in the database and library, and display or transmit
claire
- 实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。 由于对二进制大对象使用的流操作,所以对于任何文件都具有通用性。读写文本文件也可以这么做-achieve a simple WinForm procedures, this procedure by clicking on the "Op
blobrw
- 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。 微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。 我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
databaseimg
- 一个数据应用举例,利用VC++操作Access数据库,读写数据库的BMP图像文件,注意这里仅支持BMP图像,如果要支持其它格式如JPG/GIF等,需要修改程序,本实例只是演示如何从数据库读取BMP编辑信息并显示、如何写入BMP图像信息到数据库,测试运行了一下,正常工作,运行时请将数据库移到Debug目录下。-For example a data application using VC++ to operate Access database, the database read and wri
album
- 在vc环境下编写的一个数据库小程序,可以存储显示bmp文件-Vc written in a database environment, a small program that can display bmp file storage
bitmap-access
- 一个数据应用举例,利用VC++操作Access数据库,读写数据库的BMP图像文件-A data application example, the use of VC++ Operating Access database, read and write BMP image file database
ShowSaveBMP
- vc 使用CDib类实现显示与保存BMP文件\ShowSaveBMP的程序源码,值得一看!-vc achieved using CDib class display and save BMP files \ ShowSaveBMP the program source code, worth a visit!
ImgToDataBase
- 将jpg,bmp 格式图片文件 存储到数据库-Picture stored in the database
JIEQUPINGMI
- 本代码实现简单截取桌面屏幕并保存为文件BMP图片文件,知道这个原理可以是实现录像软件,远程桌面等软件-The code is simple interception of desktop screen and save the file BMP image files, that this principle can be realized recording software, remote desktop software such as
JIEQUPINGMI
- 本代码实现简单截取桌面屏幕并保存为文件BMP图片文件,知道这个原理可以是实现录像软件,远程桌面等软件-The code is simple interception of desktop screen and save the file BMP image files, that this principle can be realized recording software, remote desktop software such as
