用VB6读写数据库中的图片[2]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 jjjwltcs 的 blog

get #file_num, , bytes()
rs!picture.appendchunk bytes()
next block_num

if left_over > 0 then
redim bytes(left_over)
get #file_num, , bytes()
rs!picture.appendchunk bytes()
end if

rs.update
close #file_num

lstpeople.additem person_name
lstpeople.text = person_name
end if

本文关键:Visual Basic、数据库、图片
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top