If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP/Oracle - Storing Links - is it dynamic?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-02, 04:37
Philby_Walsh Philby_Walsh is offline
Registered User
 
Join Date: Nov 2002
Posts: 13
ASP/Oracle - Storing Links - is it dynamic?

I know people have posted about similar topics before but I have one small q...

I am designing a database on which you can search for (using ASP)/download/upload txt files, sound files & pictures..

It is clear that if you are storing even a moderate amount of sound files/pics you're better off storing a link to the file in the DB & actually store it elsewhere...im ok with that

BUT

if i store a link to them (ie. to a spot on a server) is it possible for my web page to be dynamic??

ie. if someone uploads an image will it be there straight away for another person to download it...???

also is it possible to search for these files by name (ie. by band name in my case) if they are not actually stored in the DB?

Any input would be greatly appreciated..

Philby
Reply With Quote
  #2 (permalink)  
Old 12-02-02, 15:35
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
Providing the file is placed on the server at the same time the link is placed in the database then yes the file will be available for others to download it.

Since all the information about the file is stored in the database (filename, path on the server, description etc.) you can easily allow them to search through those fields and when they have selected the one they want just provide the link to the file. Providing a simple HREF using the path and filename fields stored in the database is enough.
__________________
J^ - web | email
newsASP Developer
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On