Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java GUI 设计  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:怎样存取、显示SQL Server中的Image字段? [Re:wgz_jz]
wgz_jz





发贴: 9
积分: 0
于 2004-10-02 00:24 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
先对楼上的两位表示感谢。
我已查过 set/getBinaryStream 的资料。但现在的问题是Image字段内容已读到了
BufferedInputStream中,但是 jLabel1.SetIcon(...)就是显示不出来,而加载一张图片文件就可以显示出来,请问这个问题该如何解决?(IDE 是 JBuilderX)

部分程序代码如下:

int MAX_IMAGE_SIZE = 50000000;//50MB
byte Imgbuf[] = new byte[MAX_IMAGE_SIZE];

int count = 0;
BufferedInputStream imgStream = new BufferedInputStream(queryDataSet1.getBinaryStream("图"));
if (imgStream != null) {
try {
count = imgStream.read(Imgbuf);
} catch (IOException ieo) {
System.err.println("Couldn't read stream from database");
}

try {
imgStream.close();
} catch (IOException ieo) {
System.err.println("Can't close stream");
}

if (count <= 0) {
System.err.println("No pictures in database");
} else {
// jLabel1.setIcon(new ImageIcon(getClass().getResource("a7-11.jpg")));
//加载图片文件就可以显示
jLabel1.setIcon(new ImageIcon(Toolkit.getDefaultToolkit().createImage(Imgbuf)));
//从库中Image字段读取的图片大小等信息都对,可就是显示不出来。
}




有了Swing为什么还要SWT?

话题树型展开
人气 标题 作者 字数 发贴时间
5392 怎样存取、显示SQL Server中的Image字段? wgz_jz 73 2004-09-25 22:42
3950 Re:怎样存取、显示SQL Server中的Image字段? AnthonyPig 25 2004-09-25 22:54
3880 Re:怎样存取、显示SQL Server中的Image字段? yipsilon 23 2004-09-26 00:01
3986 Re:怎样存取、显示SQL Server中的Image字段? wgz_jz 1021 2004-10-02 00:24
3954 Re:怎样存取、显示SQL Server中的Image字段? wgz_jz 34 2004-10-14 23:00

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923