LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: menglianjing

将图片保存到数据库中怎么做?

[复制链接]
发表于 2004-9-1 23:55:21 | 显示全部楼层
Java好像对Image的支持有限。不知道我是否记错了。:(。

我还是喜欢用oracle/mysql。。唉。。。
 楼主| 发表于 2004-9-2 00:21:23 | 显示全部楼层

e

公司需要!我没办法.但是我用GOOGLE搜索了没有找到! 其实给个例子就行了.来着问问题并不是需要这样的答案的
发表于 2004-9-2 08:59:55 | 显示全部楼层
ms的jdbc driver不标准,,,很多功能没有实现。。。
发表于 2004-9-2 09:45:04 | 显示全部楼层
Haven't tried this myself, but I guess:
1) Define a Image column in the database.
2) In your Java code, create a java.sql.Blob object. populate it with your image binary data. then create an PreparedStatement, call its setBlob method to set the Blob object to its parameter, and execute.

Check SQL Server Books Online and J2SE API documentation for details.

PS: 楼上的 - 是MS SQL Server 2000, 不是MS SQL 2000.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表