M Mark Jul 23, 2003 #2 how do I store an Image (tiff) in MS SQL Server ?? Click to expand... Use a FileStream to read it into a byte[] (array of bytes), and then store it in a column of type image in your SQL server. Mark
how do I store an Image (tiff) in MS SQL Server ?? Click to expand... Use a FileStream to read it into a byte[] (array of bytes), and then store it in a column of type image in your SQL server. Mark