Friday
Feb242006

Binary upload to SQL Server in C#

This tool from 2004 is useful if you need to do a quick update of a binary column in a SQL server 2000 table. It could be easily adapter for other dbs such as Access or mySQL.

It also gives a good example enumerating all databases, tables and columns from a SQL Server database.

As with all the old C# code on the site, the tool is very basic and not intended to be any shiney finished application.

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
« Streaming binary/text data via the web in C# | Main | Changing a Richtextbox caret in C# »