BLOBs and Stored Procedures, VB.NET, SQL2000

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
 
P

Paul Clement

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top