Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 18th, 2006, 02:24 AM
Authorized User
 
Join Date: Aug 2006
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to ankur_icfai
Default Storing Videos to Database...

O Hi..
      Well i am facing a problem, I want to insert videos into the database can i do it using BLOB in sql server 2000, and if I can do it how...plz help...
 
Old October 18th, 2006, 11:07 AM
SQLScott's Avatar
Wrox Author
 
Join Date: Dec 2004
Posts: 338
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Yes, you can do it, but no, it isn't recommended. VERY slow. Your best bet is to store the video on a file share somewhere and store the LOCATION to that in the database. If you absolutely must store the video in the database, then here is a link to some information how to do that using ADO.NET.

http://support.microsoft.com/kb/326502/en-us


Scott Klein
Author - Professional SQL Server 2005 XML
http://www.wrox.com/WileyCDA/WroxTit...764597922.html
 
Old October 19th, 2006, 01:18 AM
Authorized User
 
Join Date: Aug 2006
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to ankur_icfai
Default

Well thanks for the support this is what i have thought of...but i am using java scripting so how do i put a link of the video to the database and later use it for search and as a hyperlink...well i know this is not your topic but if you have some information regarding that...

well thanks again..





Similar Threads
Thread Thread Starter Forum Replies Last Post
Storing images in Database and displaying them Manoj Bisht ASP.NET 1.x and 2.0 Application Design 4 February 6th, 2010 03:06 AM
Storing Images into database usprasad_m SQL Server 2000 4 May 17th, 2007 05:16 PM
storing the login name in my personal database saif44 ASP.NET 2.0 Basics 28 December 8th, 2006 08:13 AM
inserting videos to database... ankur_icfai SQL Server 2000 1 November 2nd, 2006 09:09 AM
storing an image in a database nagdandey Classic ASP Databases 2 December 17th, 2003 05:39 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.