How to pull a bmp image in a SQL 7 database into a form using VB6.

l try this but it was error

............
.Open
End With

Set rsEmp = cnHR.Execute("Select emppic from pcfl")
EmpPIC.Picture = rsEmp!EmpPIC
............

Any example?
Thanks