搜索资源列表
SavePhotoToADO
- 一个把图片资源利用ADO数据库操作存储到数据库的实例。
SQLDatabaseImage-1470
- 一个可以从SQL SERVER数据库中保存和读取图片的处理程序,包含一个很容易在你程序中使用的类文件,你还可以插入到DLL文件中以便支持ISS服务器,允许你在网页上显示图片,存储图片.删除图片等操作. -from a SQL Server database to preserve the pictures and reading process, includes a very easy procedure you used in th
InputImage
- 在开发管理系统时,需要将图片信息存储在数据库中。本程序解决了从磁盘中加载位图,将其显示在Picture控件中;二是将位图数据保存到数据库中。-In the development of management systems, the need to image information is stored in a database. This procedure solved load from disk bitmap to be di
SavePhotoToADO
- 一个把图片资源利用ADO数据库操作存储到数据库的实例。-A picture of resource utilization to ADO database operations to the database examples of storage.
barbershop
- 理发店网上发型设计预约系统,是一个典型的JSP数据库开发应用程序,由前台发型设计和理发师预约、后台管理2部分组成。本系统设计中使用了Struts框架建立电子商务网站。在Struts框架中,JSP用于前端展现,Action用于处理前端页面的JSP发来的请求,请求参数通过Struts拦截器机制进行传递,Action在获得请求之后连接数据库做处理,最后将处理结果转发到相应的JSP进行展现。系统中还运用了一定的图像处理技术,将图片以二进制文件存
TakePicture
- windows mobile 开发实例 存储图片到数据库,并读出显示,实现翻页-windows mobile 5 development
AddressBook2005
- 一个特色就是使用SWF动画文件做为程序背景,打开软件后就播放,有声音有图像,使软件更有生气;另外,通讯录上传的人物图片存储到数据库等技术,也值得研究-A special feature is the use of SWF animation file as background process, open the software after the broadcast, there are voices there are image
DatabaseforpictureBox
- 从数据库中读取图片到PictureBox中,从PictureBox中将图片存储到数据库中-Read from the database to a PictureBox Image from PictureBox picture will be stored to the database
AddressBook2005
- 通讯簿界面设计的也很漂亮,经过了二次修改,原版是老外的,因此里面用的一些方法比较新颖,比如菜单的构建,菜单边界及颜色构建,因为是国外的,所以对中文支持好像不太好;它还有一个特色就是使用SWF动画文件做为程序背景,打开软件后就播放,有声音有图像,使软件更有生气;另外,通讯录上传的人物图片存储到数据库等技术,也值得研究。这个程序来自MNDSOFTM。-Address Book interface design is also very be
picture
- 使用ADO存储图片到Access的vc++简易相册,为哪些想学习把如何把图片保存到数据库的编程的人提供了很好的示范
ImgToDataBase
- 将jpg,bmp 格式图片文件 存储到数据库-Picture stored in the database
RDatabaseforpe
- 从数据库中读取图片到PictureBox中,从PictuureBox中将图片存储到数据库中, -Read from the database image into the PictureBox to the database image storage PictuureBox will
photo-stream-store-in-database-
- 图片以数据流的形式存储到数据库; 以及从数据取图片流的相关代码实现-Picture data stream is stored to the database and take pictures from the data stream related code to achieve
AccessPicture
- 将图片存储到ACCESS数据库,点击按钮并显示到窗口,也可以通过点击按钮删除数据库图片-The pictures stored in the ACCESS database, click the button and display to the window, the database can also be deleted by clicking on the button picture
AddPhotoAndTable
- 将图片存储到数据库中,C#添加图像信息到SQLsERVER数据库中,请确认数据库连接后再测试,数据库存储图上,不是太常用,不过学习一下也不多余。-Pictures stored in the database, C# Add the image information to the SQL Server database, make sure that the database connection and then test the
addphoto
- 将图片存储到数据库中,C#添加图像信息到SQLsERVER数据库中,请确认数据库连接后再测试,数据库存储图上,不是太常用,不过学习一下也不多余。-Pictures stored in the database, C# Add the image information to the SQL Server database, make sure that the database connection and then test the
WindowsApplication1
- C# WinForm程序将图片保存到数据库,并实现图片显示、修改、加边框等一系列操作,是把图片转成 Byte型二进制流存储到SQLSERVER中,先把二进制流读入缓冲区,然后使用正常sql语句将图片二进制流插入数据库-C# WinForm program will save the image to the database, and to achieve the picture display, modify, add borders
X
- Delphi把图片存储到SQL数据库中,一个实用的Delphi数据库基础操作,把图片信息保存在数据库中,具体的实现方法请参见本源码吧-Delphi the picture stored in an SQL database, a useful Delphi database infrastructure operations, the picture information stored in the database, specifi
SavePic
- 将图片存储到数据库,使用的流的方式进行存储的 -picture save
vb.net 使用Access数据库保存和读取图片文件
- 将picturebox里面的图片上传到Access数据库,并将图片从数据库读出到picturebox中。(Upload the pictures in PictureBox to the access database, and read the pictures from the database to PictureBox.)