This is a discussion on Re: Is there a BLOB out there within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Roger, EM will not display the blob value.If you want to read blob data, then use blob-sepcific function -READTEXT.Syntax ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Roger, EM will not display the blob value.If you want to read blob data, then use blob-sepcific function -READTEXT.Syntax and details are in BooksOnLine. -- Dinesh. SQL Server FAQ at http://www.tkdinesh.com "Roger Withnell" <roger@upperbridge.co.uk> wrote in message news:015c01c34636$f34d3ed0$a301280a@phx.gbl... > I'm having problems uploading a BLOB into a table. > > How do I tell if the BLOB has been inserted into the > table? The image field always says <binary> when viewing > the rows in Enterprise Manager whether I've tried to > insert the BLOB or not. Does this mean the BLOB is not > there? > |