Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
eschoof
Starting Member
4 Posts |
Posted - 2003-11-14 : 00:30:01
|
| I'm trying to store some binary data (larger than 8K), and I'm not really sure how I would go about storing and retreving this data. I understand the SQL side of things, like the INSERT statement, but I don't understand how I would call this function from, say, VB.NET or C#. Do I pass a stream into the SQL function? Same goes for reading the data.Sorry if this is a basic question. Still learning ;-)-Eric |
|
|
byrmol
Shed Building SQL Farmer
1591 Posts |
Posted - 2003-11-14 : 00:52:34
|
| Eric,There are plenty of good articles out there.. Microsoft has a KB article for exactly what you need. Try googling for it.. Basically it is Stream in, Stream out...DavidM"SQL-3 is an abomination.." |
 |
|
|
|
|
|