asp_databases thread: Images in Access Database
Message #1 by "Arsalan" <arsal21@y...> on Fri, 27 Apr 2001 16:15:07
|
|
i want to store images (gif/jpg) in Access database and display then on
Web page.
how should i do it ? whats the code ?
Message #2 by Gregory_Griffiths@c... on Fri, 27 Apr 2001 16:26:20 +0100
|
|
Why not store the files in a folder and then simply store a URL to them
in the database ?
> -----Original Message-----
> From: arsal21@y... [mailto:arsal21@y...]
> Sent: 27 April 2001 16:15
> To: asp_databases@p...
> Cc: arsal21@y...
> Subject: [asp_databases] Images in Access Database
>
>
> i want to store images (gif/jpg) in Access database and
> display then on
> Web page.
> how should i do it ? whats the code ?
>
Message #3 by Craig Flannigan <ckf@k...> on Fri, 27 Apr 01 16:29:49 BST
|
|
I would only store the Filename and path of the file in Access. Even
SQL Server makes a poor job of inserting images.
Then when you recall data from your web page, the Image Tag gets the
path from one of your fields.
_____________________________________________________
Craig Flannigan
Development Supervisor - Business Systems
Kaye House
Tel: 0114 256 6070
Email: ckf@k...
----------
>i want to store images (gif/jpg) in Access database and display
>then on
>Web page.
>how should i do it ? whats the code ?
>
|