Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Storing tif images


Message #1 by "StephenB" <stephenb@w...> on Fri, 15 Dec 2000 11:01:08 -0000
From kunal naik [kunal2001@y...]



i'  want to store tif file in database and then view in the browser





how can do with asp & oracle or sql server





respond me asap.





thanks a lot



regards



imran







---

FREE WEB DEVELOPMENT CODE, CONTENT, AND INSIGHTS

IN YOUR INBOX!

Get the latest and best HTML, XML, and JavaScript tips, tools, and 

developments from the experts.  Sign up for one or more of EarthWeb's

FREE IT newsletters at http://www.earthweb.com today!  

---

You are currently subscribed to asp_databases as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_databases-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #2 by "Dallas Martin" <dmartin@z...> on Fri, 15 Dec 2000 07:14:49 -0500
I don't think its a good idea to store graphics in the db. Better to store

the graphic name and particulars than the acutal image.



Your ASP code would create the proper reference to the image,



<img src="images/<%=rsData("imagename")%>">



Storing images in the db, puts a tremendous load on the db. Inserting and

Selecting large images could severly impact your website performance.







----- Original Message -----

From: "StephenB" <stephenb@w...>

Newsgroups: asp_databases

To: "ASP Databases" <asp_databases@p...>

Sent: Friday, December 15, 2000 6:01 AM

Subject: [asp_databases] Storing tif images





> >From kunal naik [kunal2001@y...]

>

> i'  want to store tif file in database and then view in the browser

>

>

> how can do with asp & oracle or sql server

>

>

> respond me asap.

>

>

> thanks a lot

>

> regards

>

> imran

>

>



--- 

NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?

Visit EarthWeb for the latest in IT Management, Software Development, 

Web Development, Networking & Communications, and Hardware & Systems.  

Click on http://www.earthweb.com for FREE articles, tutorials,

and discussions from the experts.

---

You are currently subscribed to asp_databases as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_databases-$subst('Recip.MemberIDChar')@p2p.wrox.com


  Return to Index