Guest_imported
New member
- Jan 1, 1970
- 0
How do I store an image/photo/picture in a database?
I have a database called database1 with a table called table1 like:
Table1:
Personid Name1 Name2 Address
and I want to stora a picture of the person in the database (SQL Sever 7) c:\picture.jpg. How could I do that? I would like to use a stored procedure to do it.
Thanks for you help!
//Carl
I have a database called database1 with a table called table1 like:
Table1:
Personid Name1 Name2 Address
and I want to stora a picture of the person in the database (SQL Sever 7) c:\picture.jpg. How could I do that? I would like to use a stored procedure to do it.
Thanks for you help!
//Carl