我有一个从SQLserver中读取和写入图片的例子,在本程序中使用的windows的数据连接databaseconnect.udl。事先要在SQLserver中创建表。使用如下的语句:createtableuserphoto(usernametext,oldint,photoimage)然后将windows的数据连接databaseconnect.udl指向该数据库。本程序使用的是ADO技术中药要用到的GetChunk方法。