How do i programmically use ADO to load an image saved in SQL Server 7.0 db into VB 6.0 Picture/Image control?
Which is the better approach? stored the image as Binary inside db or store only the image link as Varchar?