How to upload a bitmap file from local drive to mssql?

imtommy

Newcomer
Joined
Mar 2, 2004
Messages
8
for example : there is a bitmap file in my harddisk "c:\a.bmp".
How can I upload it to the db with the field "image" via mssql command,
my DB is mssql database.

I am now using c# based project

thx :o
 
Back
Top