G
Guest
There's a field name UploadContent in a table call, say, Upload in a SQL Server table. The field UploadContent is of datatype image
The field is populated with an gif file version of an Excel Spreadsheet. The Excel spread sheet has columns of Account Number and Amount, with values in each cell of the columns
Does anybody know how to read these Account Number and Amount values from this field UploadContent using SQL Server 2000 and ADO.NET? I find it difficult at this point because an image field contains binary data
Thanks for info.
The field is populated with an gif file version of an Excel Spreadsheet. The Excel spread sheet has columns of Account Number and Amount, with values in each cell of the columns
Does anybody know how to read these Account Number and Amount values from this field UploadContent using SQL Server 2000 and ADO.NET? I find it difficult at this point because an image field contains binary data
Thanks for info.