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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How to store the image files in sql server 2000

Author  Topic 

amit_gtbit
Starting Member

3 Posts

Posted - 2007-08-09 : 04:10:42
I just want to store pic.bmp file in server using image datatype but don't getting how to do that ..
i want to know about both the actions storing and retrieving from the image data type..
like

create table amit
(
im image,
);


insert into values ()...
select * form Amit will it work...

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-08-09 : 04:40:54
quote:
Originally posted by amit_gtbit

if you can't answer than Shame on you.
No problem.



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-08-09 : 22:24:01
You always ask for help that way?
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2007-08-16 : 14:25:27
I feel shamed

Because I wouldn't store images in a database



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-08-17 : 02:05:13

http://www.aspfaq.com/show.asp?id=2149

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-08-17 : 08:56:27
oh dear, i don't know the answer to that

I feel so shameful i gotta hide myself


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

ashley.sql
Constraint Violating Yak Guru

299 Posts

Posted - 2007-08-17 : 09:22:54
I used to work for a ART Website, they had hundreds of thousands of images and never ever stored a single image in SQL SERVER.

WHY YOU LITTLE!!!!!!!!!


-----------------------------------------------------------------------------------------------
Ashley Rhodes
Go to Top of Page
   

- Advertisement -