whats the dataytype we should use to store multimedia file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • agarwalsunitadhn
    New Member
    • Jan 2008
    • 82

    whats the dataytype we should use to store multimedia file

    Hi
    I want to know that what datatype of sql server supports the multimedia files. Here i m using mp3,mpgav and images and i want to store that one in sql server so that i can further access that one
    my frontend is ASP.Net
  • vksingh24
    New Member
    • Dec 2007
    • 21

    #2
    Originally posted by agarwalsunitadh n
    Hi
    I want to know that what datatype of sql server supports the multimedia files. Here i m using mp3,mpgav and images and i want to store that one in sql server so that i can further access that one
    my frontend is ASP.Net
    If you are using SQL Server 2000 ver. use IMAGE data type

    Comment

    • ck9663
      Recognized Expert Specialist
      • Jun 2007
      • 2878

      #3
      Or just store the path and file name.

      -- CK

      Comment

      • agarwalsunitadhn
        New Member
        • Jan 2008
        • 82

        #4
        Originally posted by vksingh24
        If you are using SQL Server 2000 ver. use IMAGE data type
        hi
        Thanks.i change sthe datatype to image bt how can i insert the image and sound files to sql.

        Comment

        • code green
          Recognized Expert Top Contributor
          • Mar 2007
          • 1726

          #5
          Thanks.i change sthe datatype to image bt how can i insert the image and sound files to sql
          I would pay attention to ck9663
          Or just store the path and file name.-- CK
          Why swell the database with binary files that can be stored in a directory?

          Comment

          Working...