Hi All,
Does anyone know how to get an image column from a SQL Server database into an adodb recordset using vb code. Based on the code's logic, I will try to figure out how to write it to the database. Can't have everything on a silver platter, now can you. Many thanks for all your responses. Have a great day. Also, can someone explain why can I cannot do this: (assuming pic is a column of type image):
rsPic.open("select pic from MyTable", conn, ...)
MyPicControl.Picture = rsPic!pic
Thanks again for any responses.
Does anyone know how to get an image column from a SQL Server database into an adodb recordset using vb code. Based on the code's logic, I will try to figure out how to write it to the database. Can't have everything on a silver platter, now can you. Many thanks for all your responses. Have a great day. Also, can someone explain why can I cannot do this: (assuming pic is a column of type image):
rsPic.open("select pic from MyTable", conn, ...)
MyPicControl.Picture = rsPic!pic
Thanks again for any responses.