BLOBs and Stored Procedures, VB.NET, SQL2000

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Does anyone know how or have an example of Reading & Writing Blobs
using stored procedures? I need to use stored procedures to eliminate
granting user access rights to tables.

Thanks
Bob
 
On 1 Apr 2004 07:07:35 -0800, (e-mail address removed) (Bob) wrote:

¤ Does anyone know how or have an example of Reading & Writing Blobs
¤ using stored procedures? I need to use stored procedures to eliminate
¤ granting user access rights to tables.

See if the following helps:

HOW TO: Read and Write a File to and from a BLOB Column by Using Chunking in ADO.NET and Visual
Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;317034&Product=adonet


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top