Question Blob

Vignesh.K

New member
Joined
Feb 23, 2011
Messages
1
Programming Experience
Beginner
I have stored a text file containing (Containing Data from access table) as BLOB in a VarBinary field of a SQL Server Table. Now I am trying to create a .net application which would need to Query the data in the text file stored as BLOB using SQL. Please let me know about the possibility of doing this.

Thanks
Vignesh
 
Read the DW2 link in my signature, section Creating a Simple Data App. It will help you generate a program that reads data, BLOBs included
 
Back
Top