当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 在access中建一个备注字段,名为binary。
 

 

    摘要: 一、开使你的第一个dll专案 1.file->close all->file->new﹝dll﹞ 代码:......
    摘要: 一套完整的developer express inc 系列控件组(2004-12-21 测试可用)url http://downloads.2ccc.com/vcl/component_packs/developerexpress.rardev express 部分控件的密码: expressprinting system 3.0.2 gatwpdbcmciseds expressvertica......


用ado 在 access 存取二进制文件的一种办法

在access中建一个备注字段,名为binary.

主键id. 【程序编程相关:多层数据库开发八:访 问 表 格

【推荐阅读:dbgrideh如何实现点击标题排序

有一timage已装载的图片.memstream为tmemorystream;p为byte 【扩展信息:DELPHI常用函数集及简要范例

存:

self.image1.picture.bitmap.savetostream(memstream);

memstream.seek(0,sofrombeginning );

 while  memstream.position<memstream.size do

 begin

memstream.readbuffer(p,1);

 i:=length(inttostr(p));

self.adodataset1.recordset.fields[1].appendchunk(inttostr(i)+inttostr(p));

 end;

self.adodataset1.recordset.updatebatch(1);

取:

with self.adodataset1 do


...   下一页
    摘要: shadowstar codefast 多输入点自动代码模板 一、简介 borland编辑器的代码模板调用要按ctrl+j,而且只有一个输入点,要到下一个要输入代码的位置还要移动光标,有时候真不如直接输代码来得快。 codefast的代码模板解决了这些问题,让你以最快的速度输入代码。 二、功能 输入模板名称后按空格自动输入模板代码 ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE