Hi,

I've made the following table on sql 2000 server:

create table timage(
idtimage int primary key identity(1,1),
expl varchar(30),
pict image
)

I can use the column expl without any problems in my Visual Basic 6.0, but I have no idea how to use the pict columns.

Can someone help me?