C# .NET - Get varbinary data in sql server 2005
Asked By Bookworm on 23-Feb-12 08:34 AM
Hi
I have a sql table which has a field type varbinary (in this field is stored the content of files attached from users)
now i need to retrieve this field and to show on the grid the files.
any idea how can i do this? thnx a lot!