|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Data Type for audio files
Hi everyone !
I've to store audio files in my database, can someone plz tell me how to do this and what data type is used for the audio files in SQL? Another issue is that i've to import this data to MATLAB, so is SQL the right choice for me ?Best Regards, Ria |
|
#2
|
|||
|
|||
|
I don't think it's a good practice to store audio files in the database... it would make the tables bulky. what is usually done is to store the audio files in a folder and store the path in the database. Or you could just name the files with the Primary key values in the table, then you would not even need to store any extra information. you can access the file by using the primary key value + the audio file extension. for example A1000 the primary key value. the format is wav. your audio file would be stored at a known location as A1000.wav. No extra information stored! hope this helps...
|
|
#3
|
|||
|
|||
|
oh... and the reply to your original question is no... there are no storage types for audio files in MS SQL
|
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft SQL Server > Data Type for audio files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|