搜索资源列表
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
绝地程序编辑器
- 此软件支持多文档打开,支持多种程序语言语法高亮度显示:Delphi,SQL,Basic,C++, Perl,Java,HTML, TCL/tk,AWK scr ipt,Python CA-Clipper MS-DOS Patch File。多种选择模式支持,支持程序语言语法高亮度显示颜色的可视化调整,支持书签:十个书签,支持多级Undo和Redo操作,层次数可以自己设置。 支持最近文件列表,最近文件的数量可以自己设置。支持查找、替换:同Delphi: 支持直接编辑Delphi的窗体文件(dfm)
binary-word
- 实现二进制形式往sql数据库中写入word文档,然后再以doc格式读出-Binary form of word documents, written to the sql database and then read the doc format
uploadPatch
- 在asp.net中实现了对文件夹的自动扫描、批量上传到数据库并保存为二进制格式;读取sql二进制数据并在gridview中进行显示。-Achieved in asp.net folder automatic scanning, bulk upload to the database and save it as a binary format read sql binary data and display in GridView.
cnc-iz-mdf
- Cnc router from MDF -Cnc router from MDF
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.
FileManage
- 一个文档管理系统,可以记录文档的创建、删除、修改时间,可以用树型目录显示文件信息,可以以二进制的形式保存到SQL Server数据库中。可以查询文件信息,并可打印文档和文件名的相关信息-A document management system that can record the document to create, delete, modify time, you can use directory tree display file information, can be saved t
Navicat-For-MySQL-Enterprise-Edition-V8.2.19
- Navicat For MySQL Enterprise Edition V8.2.19简体中文绿色版 Navicat是一个强大的MySQL数据库管理和开发工具。Navicat为专业开发者提供了一套强大的足够尖端的工具,但它对于新用户仍然是易于学习。Navicat,使用了极好的图形用户界面(GUI),可以让你用一种安全和更为容易的方式快速和容易地创建、组织、存取和共享信息。 用户可完全控制 MySQL 数据库和显示不同的管理资料,包括一个多功能的图形化管理用户和访问权限的管理工具,方便
ReadWriteImages
- Read Binary Images in SQL Server
UploadImage
- 打开图片,将图片转换为二进制文件,上传sql数据库-Open the picture, the picture is converted to a binary file to upload sql database
cSharpdaoruwenjian
- 用c#语句将文件转换成为二进制形式存入sql数据库代码-With c# statement to convert the file into a binary form into sql database code
scwj
- 向sql server数据库上传二进制文件-Upload binary files to SQL server database
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
PHP_MySQL_Pub2011
- If you can build websites with CSS and Javascr ipt, this book takes you to the next level—creating dynamic, database-driven websites with PHP and MySQL. Learn how to build a database, manage your content, and interact with users through queries and
File-storage-and-derived
- 文件以二进制的形式保存到SQL Server数据库中,并以二进制的形式导出数据库。-To the SQL Server database file is stored in binary form and database export binary form.
SQL
- SQL字符串函数简单说明.字符串函数对二进制数据、字符串和表达式执行不同的运算。此类函数作用于CHAR、VARCHAR、 BINARY、 和VARBINARY 数据类型以及可以隐式转换为CHAR 或VARCHAR的数据类型。可以在SELECT 语句的SELECT 和WHERE 子句以及表达式中使用字符串函数。-SQL string functions briefly described. String functions perform different operations on binar
图片二进制保存sql
- 图片以二进制流方式保存到sqlserver(The picture is saved to sqlserver in a binary stream)