|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: ASP-SQL : Get a Picture from SQL to ASP |
|
From: |
Andrew Tan Kheng Hin |
|
Date: |
2/13/2000 11:09:37 AM |
|
IP: |
161.142.4.9 |
Dont store the actual picture to your database
just keep a field to link the picture
field type length
------ ------ ---------
imgsrc text 100
imgsrc ="http://www.keypoint.com.my/images/picture.gif"
select imgsrc from table
to use it
<imgsrc =<%imgsrc%> width="" height=""> |
Previous Message
Follow Up - Re: ASP-SQL : Get a Picture from SQL to ASP - David Churchyard 2/14/2000 11:53:39 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|