搜索资源列表
blobrw
- 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。 微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。 我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
officexptoolbar
- 主要用于灵活可靠地生成任意复杂的DataWindow的Filter语句或SQL的Select语句中的Where查询条件。核心技术是采用面向对象方法分析了SQL的SELECT语句的语法结构,概括出基于表达式类的面向对象模型(包括字段,常数,函数,自定义表达式及二元表达式对象)。在查询界面中,用户可以灵活地创建、销毁、组合或拆分这些对象,构造出复杂多样的表达式树,有效地实现了数据库的动态查询。-mainly for flexible and reliable generation of arbitr
MovieDB
- this article is about a simple database built in Microsoft Access and C#. to explore : the end user doesn t need to install any SQL servers, he just needs executable binary and *.mdb file, i.e. connecting to *.mdb file, read/write data, using dat
GzyOffice1
- 二进制文件读写,SQL数据读写,多文档等-Reading and writing binary files, SQL data reading and writing, multi-document, etc.
10.24
- 读取二进制文本文件解析后存入新建的sql数据表中。-After reading binary text file, parsing the data into the new sql table.
Navicat-For-MySQL-Enterprise-Edition-V8.2.19
- Navicat For MySQL Enterprise Edition V8.2.19简体中文绿色版 Navicat是一个强大的MySQL数据库管理和开发工具。Navicat为专业开发者提供了一套强大的足够尖端的工具,但它对于新用户仍然是易于学习。Navicat,使用了极好的图形用户界面(GUI),可以让你用一种安全和更为容易的方式快速和容易地创建、组织、存取和共享信息。 用户可完全控制 MySQL 数据库和显示不同的管理资料,包括一个多功能的图形化管理用户和访问权限的管理工具,方便
cSharpdaoruwenjian
- 用c#语句将文件转换成为二进制形式存入sql数据库代码-With c# statement to convert the file into a binary form into sql database code
Image-SQL-Server-BLOBs
- itle: Image Database for SQL Server Using BLOBs Descr iption: Title: Image Database for SQL Server Using BLOBs This sample requires Microsoft SQL Server 2008 R2. It can store an unlimited number of JPEG images in the database itself as BLOBs (Bin
outImage
- 建SQL数据库中的二进制图片导出到文件夹中-Build SQL database in binary export images to a file folder
DemoDataBase
- VB.net数据库操作类,包括了VB.NET连接数据库,同时还列举了一此常用的数据操作类的实例,比如:写二进制、WEB查询、数据库查询、优化SQL执行、批量写数据、二进制上传数据、得到服务器数据、同步数据等操作。-VB.net database operations, including VB.NET connect to the database, and also cited a common data operations for this instance of the class, s
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 and a series of operations, t
DemoDataBase
- VB.net数据库操作类,包括了VB.NET连接数据库,同时还列举了一此常用的数据操作类的实例,比如:写二进制、WEB查询、数据库查询、优化SQL执行、批量写数据、二进制上传数据、得到服务器数据、同步数据等操作。-VB.net database operations, including VB.NET connect to the database, but also cited an instance of this common data manipulation classes, such
DataBaseCodeTool-FOR-VB.NET
- 一款基于VB.NET环境下进行数据库开发编程的小工具,支持VS2005/2008/2010。 主要功能:支持Access数据库、SQL SERVER数据库的操作,如打开数据库,打开表和视图,支持读取、增加、修改操作。更重要的是支持代码自动生成,支持DataSet语句、SSQL语句生成,内嵌代码模块、RCR类代码、进制转换类代码、导出Excel代码、打印类代码、启动代码、例子代码的示例生成。-A small tool based database development environmen
图片二进制保存sql
- 图片以二进制流方式保存到sqlserver(The picture is saved to sqlserver in a binary stream)