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 > General > Database Concepts & Design > Help me design a db

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-27-10, 04:40
mihir160489 mihir160489 is offline
Registered User
 
Join Date: Dec 2010
Posts: 2
Question Help me design a db

i want to design a db through which i can dynamically upload images and videos .im plannin to do it microsoft sql server 2005 and the db will be communicating with asp.net.
also suggest me which metod would be easy and best for doin it I.E
1)storin the images and videos in the db
2) storin the images and videos in the folder and havin the url saved in the db
Reply With Quote
  #2 (permalink)  
Old 12-27-10, 06:50
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
Quote:
Originally Posted by mihir160489 View Post
which metod would be easy and best
that would be 2)
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 12-27-10, 07:03
mihir160489 mihir160489 is offline
Registered User
 
Join Date: Dec 2010
Posts: 2
what field do i need to have for that in my table and what is BLOB what is its use?
Reply With Quote
  #4 (permalink)  
Old 12-27-10, 07:30
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
Quote:
Originally Posted by mihir160489 View Post
what field do i need to have for that in my table
a VARCHAR for the path to the directory on your file server where the images/videos are stored


Quote:
Originally Posted by mihir160489 View Post
and what is BLOB what is its use?
binary large object, used to store binary data like images/videos
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On