i have created a database in sqlserver 7.0. in the table i have a column with image datatype and i also created a user defined filegroup and set the table's property "text data file" to the filegroup. now i want to save & retrieve the pictures from visual basic 6.0 program to the database.
how can i do this....