English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

You can have attachment type of instructions within the SQL but to actually store the images? No.

A good example of this would be a forum or message board that allows for avatars and attachments, the images are there and stored on the server, but they are not stored in the database itself

2007-01-07 20:31:15 · answer #1 · answered by al_minneapolis 2 · 0 0

you should save the image as binary in db.
you should write a stored procedure in sql for insert and read binary data.

then call it from your code.
you can convert image to binary and vice versa via the help of StreamRedaer,FileStream and MemoryStream

2007-01-08 13:17:05 · answer #2 · answered by Moein 3 · 0 0

You can store it as a binary

2007-01-08 05:15:56 · answer #3 · answered by Shah 1 · 0 0

you can do it in php but vb
I don't know

2007-01-08 06:19:11 · answer #4 · answered by luay k 1 · 0 0

fedest.com, questions and answers