How to store audio, vedio, Image file in SQL server
-
Hi Im Ashutosh Student In MCA Respected Sir I create a webApplication in ASP.Net i want to store Vedio, Audio, Images, file in my SQL Server2008 so plz give me a solution Imidiat Yours Ashutosh 91-8115736699
-
Hi Im Ashutosh Student In MCA Respected Sir I create a webApplication in ASP.Net i want to store Vedio, Audio, Images, file in my SQL Server2008 so plz give me a solution Imidiat Yours Ashutosh 91-8115736699
monulove2u wrote:
I create a webApplication in ASP.Net
then continue to work on it and when you stuck in any specific problem, CP members are here to assist you.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.cacttus.com
-
Hi Im Ashutosh Student In MCA Respected Sir I create a webApplication in ASP.Net i want to store Vedio, Audio, Images, file in my SQL Server2008 so plz give me a solution Imidiat Yours Ashutosh 91-8115736699
Go and Google about HTML 5, ASP.Net Audio examples, Video Example. Try it. And when you are stuck with doubts, come and ask here. :)
// ♫ 99 little bugs in the code, // 99 bugs in the code // We fix a bug, compile it again // 101 little bugs in the code ♫
-
Hi Im Ashutosh Student In MCA Respected Sir I create a webApplication in ASP.Net i want to store Vedio, Audio, Images, file in my SQL Server2008 so plz give me a solution Imidiat Yours Ashutosh 91-8115736699
Knock yourself out. No, seriously...
-
Knock yourself out. No, seriously...
Here borrow my hammer, it is available immediately!
Never underestimate the power of human stupidity RAH
-
Hi Im Ashutosh Student In MCA Respected Sir I create a webApplication in ASP.Net i want to store Vedio, Audio, Images, file in my SQL Server2008 so plz give me a solution Imidiat Yours Ashutosh 91-8115736699
Steps 1. Learn basic .Net 2. Learn about ASP 3. Learn basic database including SQL. This has nothing to do with steps 1/2. 4. Learn how "blobs" are stored/retrieved in the database. Nothing to do with steps 1/2 5. Learn to use SQL in .Net. 6. Put the above together to create a program that does what you want.
-
Hi Im Ashutosh Student In MCA Respected Sir I create a webApplication in ASP.Net i want to store Vedio, Audio, Images, file in my SQL Server2008 so plz give me a solution Imidiat Yours Ashutosh 91-8115736699
use BLOB (binary large object) datatype in sql and if using .NET then send the image or video as parameter to query. try it .