搜索资源列表
picr
- oracle+java实现图片存储 用oracle自己的方法-achieve photo storage using oracle their own ways
ADOMFCDialogChunkOperation
- 利用ADO实现在ACCESS数据库中图片的存储与显示功能。-use ADO in ACCESS database photo storage and display functions.
adoblob
- 一个VC++6.0环境下从SQL中存储图片的例子-a VC 6.0 environment from SQL store photos example
PBMS
- 是一个数据库程序,实现VC6.0环境下的数据库ADO访问、添加、删除等操作。 实现了完整的系统功能,完全实现了图书借阅管理,报警、参数设置等一系列功能。 该程序分为左右两个面板,左边树视图可以与右边面板进行消息传递,相互响应,实现了图片格式文件的数据库存储,图片的显示。 实现了注册表的操作,程序可以随机自动启动(根据用户的设置)。 演示了如何调用帮助文档。-is a database program to achieve VC6.0 database environment AD
CXml_Src
- 很多人不知道怎样在XML中存储图片,这个程序将会帮助你怎样在XML文件中存储图片-many people do not know how the XML storage of pictures, This process will help you how the XML document storage Photo
InputImage
- 在开发管理系统时,需要将图片信息存储在数据库中。本程序解决了从磁盘中加载位图,将其显示在Picture控件中;二是将位图数据保存到数据库中。
jpgTOdatabase
- JPG格式的图片对数据库的读写 可以有效的降低存储空间,加快速度
ImageData
- 数据库存储图片,可以将图片存入access数据库,也可以读出另存为,支持BMP,JPG等
sqltupian
- 存储图片,将图片写入SQL数据库的DELPHI代码,可修改支持任意文件格式
Image
- 将图片数据全部放在了数据库中,利用OLE对象的存储方式
DatabaseforpictureBox
- 从数据库中读取图片到PictureBox中,从PictureBox中将图片存储到数据库中-Read from the database to a PictureBox Image from PictureBox picture will be stored to the database
SQLDatabaseImage
- VB配合ASP程序实现将图像添加到数据库中,并读娶删除的一个实例操作,程序中有一个类文件,你可以插入到DLL文件中,以便在支持ISS服务器上使用,它可以允许你在网页上显示图片、存储图片、删除图片等常规操作。-ASP Programming with VB will be added to the database of images and time married to delete an instance of the operation, procedures, there is a cl
ADOBLOB
- VC++使用ADO技术将图片存储到Access的实例,程序原型是一个vc++简易相册,打开软件后,可以一张张浏览图片,也可以简单添加BMP格式的图像到相册中,本程序意在演示ADO存储BMP的基础知识,并不是让你使用相册,因为作为一个相册来说,本程序的功能实在太简单。-VC++ using ADO technology to images stored in the instance of Access, the program is a prototype of vc++ easy album,
vcInsertBmptoAccess0001
- 该源码是基于数据库ACCESS的,对于图片插入数据库来说,不同于普通的文字,数字 ,字符等,图片存储是以OLOB,大二进制对象的形式存储在数据库中的,对初学者理 解更有用,我也是近期才向这方面努力的-The source is based on the ACCESS database, and the picture is inserted into the database is different from the ordinary text, numbers, char
kechengsheji
- 数据库编程的课程设计,需要将数据库文件夹添加到你本地的的数据库,,SQL2000下的 能存储图片-Database Programming in curriculum design, needs to be added to the database folder of your local database,, SQL2000 can be stored under the picture
Yangtze
- 本程序完成了一个简单的Access数据库开发,界面友好,最住的特色是用数据库来存储图片-This process is complete a simple Access database development, user-friendly, the most live feature is a database to store images
SQL_Picture
- SQL Server图片存储,用于数据库-SQL Server image storage, for a database
sjk_tp
- 可已在数据库中存储图片,方便使用效果很好。-Can be stored in the database image, the effect is very good.
SQLofImages
- WEB开发,数据库存储图片方法。两种方法:1、存储文件路径,2、存储二进制信息。-How can Database storage images.
vb.net 使用Access数据库保存和读取图片文件
- 将picturebox里面的图片上传到Access数据库,并将图片从数据库读出到picturebox中。(Upload the pictures in PictureBox to the access database, and read the pictures from the database to PictureBox.)