Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I Want to save a Video, Audio, Image and text files into a sql server 2005 database???
is it possible???and also possible for retriving it?? ans me asap.........
Posted

Use the BLOB data type to store the Video,Audio, Image files in the Database.
go through the below links.

http://msdn.microsoft.com/en-us/library/ms378813.aspx[^]
http://databases.about.com/b/2007/10/24/sql-server-binary-large-object-blob-data-types.htm[^]

Thanks
--RA
 
Share this answer
 
Comments
Abhinav S 1-Feb-12 5:17am    
5 of course. I tool longer to find some links.
Rajesh Anuhya 1-Feb-12 5:17am    
Thanks Abhinav
--RA
Gopinath1005 1-Feb-12 5:21am    
Hi Mr.Rajesh first of all thanx for yur ans...
if yu don mind,can yu pls give me some samples for storing this kinda files in database(sql server 2005)
thatraja 1-Feb-12 11:42am    
Didn't you check those links? It'll work in SQL server 2005 too
Rajesh Anuhya 2-Feb-12 1:12am    
Sure it will work..
--RA
 
Share this answer
 
Comments
Gopinath1005 1-Feb-12 5:42am    
Hi Mr.Abhinav first of all thanx for yur ans...
if yu don mind,can yu pls give me some samples for storing this kinda files in database(sql server 2005)
thatraja 1-Feb-12 11:42am    
Didn't you check those links? It'll work in SQL server 2005 too
thatraja 1-Feb-12 11:41am    
5!
Abhinav S 1-Feb-12 22:28pm    
Thank you thatraja.
<code><big>t6t</big>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900