Store Videos In Database?
Jun 3, 2010i m making an window application in VB.NET 2005 , i want to know how can i store videos and images in database--pls tell me of using ORACLE 10g or SQL SERVER 2005 or My SQL?
View 3 Repliesi m making an window application in VB.NET 2005 , i want to know how can i store videos and images in database--pls tell me of using ORACLE 10g or SQL SERVER 2005 or My SQL?
View 3 RepliesI need to store the Location, Size and WindowState of my application when it is closed, so that it can be re-opened in the same state later. I thought I could use simple coding and the Settings to achieve this, but I noticed the PropertyBinding of the Form in a tutorial and decided to see if I could use it.
[Code]...
I am coding a program that will allow the user to input 5 payrolls for Store 1, Store 2, and Store 3. The total of the 5 payrolls are then added together and shown in the respective Store's labels. A total label is also there to add up all the totals into one number. The numbers in the label must be in currency form. My problem is the numbers don't add correctly when I hit calculate. The first two numbers add together, but then after that the number just seems to subtract a random amount.
So far I have this --
Public Class Form1
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Me.Close()
End Sub
[CODE[...
I want to play a video on a VB form but not sure how to go about it All I want is to play a video that takes up the whole form and make a button that plays it
View 3 RepliesI develop on my 64bit system, and the problem with that is, flash does not support 64bit browsers, only 32 bit, is there a way to convert the browser i made to like 32 bit or something so it will be compatible with flash ....
View 1 RepliesI need a skeleton starter code for Database-Entityframwork-WPF app.Are the HDI videos of 2008 up to date regarding the VB code strategy? ie do I use context? should I use a view to move the records along?Do you basically write the LINQs the same as 2008, but leave off the "_" line continuation char? Is the data source the entityModel rather than the Database?(I realize the entityModel is generated from the Database.Also had errors trying to generate the Database from the Model. However, was able to generate the Model from the database. I looked at the examples supplied w VB 2010 re EF, but didn't note an example that would apply. Also, had difficulty in running examples.
View 2 RepliesI was wondering if it is possible to embed videos into a Visual Basic program and how I should do it. I'm pretty certain it is possible since you can import files and read them, and even play audio media
View 1 RepliesUsing the mciSendString command I am able to play avi, mpeg, mp3, etc. but I am unable to play mp4. Here in this web-site it says I can play any videos provided that I have the correct codecs. I am able to play mp4 using my other media players (eg. vlc player). How can I play mp4 videos or how can I make the MCI device auto detect the necessary driver type and play the videos ?
View 1 Repliesi have a media player in vb form...with 2 files in a listbox as a playlist now i want to create a fade between changing these files as a transition how can i do that...
View 1 RepliesIs there no longer an easy way to play videos with VB2008?Use to be easy with VB6, but everything I can find in Help for VB2008 says Vista only.Do XP and Win2000 users have to use VB6 to build apps that incorporate video?
View 18 RepliesI recently purchased a Dell laptop with Windows 7 Home Basic installed and installed my Visual Basic 2008 Express and Visual Basic 2008 Step by Step and have run into at least 2 different problems I know of. One is I can not view the videos from my Bob Tabor subscription and two I do not see the fonts the Step by Step book refers me to access in some of the practices.
View 1 Replieshow make simple Screan saver screan saver contain videos and images
View 5 RepliesAm I the only one missing components? I am using VB 2010 and keep trying certain tutorials on videos while learning, and I have now come across 3 components they show in the tutorial but are not in my list. The 2 I am most needing are
[Code]...
I'm looking to see if anyone has a good reference for a third-party add-in that will allow me to play .mp4 video files inside my program without a need to embed a web browser in my program.
I have no problem buying it (well that depends on the cost of course!), but I want that when I distribute it, I include their .dll files and it'll work on the user's computer without anything else needed.
having lot of problems playing a video on a form.Is there a better control for viewing videos than windows media player? For video resource files, what should the build action be? Will a form which has a 32-bit windows media player control on it work on a 64-bit computer?For some reason, the following code does not work:
If System.Diagnostics.Debugger.IsAttached() Then
strVidFilePath = System.IO.Path.GetFullPath(Application.StartupPath & "....
esources")[code].....
How to allow the user to select the date from the DateTimePicker and store that selected date month and year in the database table?
View 3 RepliesI am doing an application on receiving sms but the problem is that I want to put the receiving sms in the database. I am not sure how the process works.
Here is the code that I am using
Imports System.IO
Public Class Form1
Dim receivedData As String
Private WithEvents serialPort As New IO.Ports.SerialPort
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code] ....
For my website I've just implemented tinyMCE for my site (just a word processor). Everything works fine except when i try to store the string variable input into a sql server database. I want to store a string and not have the html tags make me exceed the 8000 length limit(the html tags take up most of that space). My question is, is there a solution so I can store my document with the html tags without shortening my document? Create an if statement that will determine the length If > 8000 than split the string apart and insert into separate fields. Maybe their is a compression feature which I'm unaware of?
View 1 RepliesI am doing a project on sms. I am doing the receive part where the sender send sms and my program just take the sms that has been received and store in the database but the problem is that I did not know how to connect the sql connection with the program that I used which is to detect the receive sms and store it in the database. My problem is that I want to store the receive sms in the database. I am using the SQL Server Database and visual studios 2005 in windows appliaction. I know how to make the connection between the application and the SQL server but I did not know how to implement it when to receive the sms.
[Code]...
I wish to create a visual basic asp.net web application which can store data, entered by the user via a textbox to a database, once the STORE button has been clicked. I also want to be able to view the stored data by clicking VIEW STORED DATA.I am using visual studio and I am a complete beginner. I need to know how to create an appropriate database and how to link it to my web application.
View 2 RepliesImports System.Data.Odbc Imports System.IO
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim FileSize As UInt32
Dim rawData() As Byte
Dim fs As FileStream
fs = New FileStream("c:abc.jpg", FileMode.Open, FileAccess.Read)
FileSize = fs.Length
[Code]...
This is my code to store a image to mysql database. But it have error n show as "No mapping exists from object type System.IO.FileStream to a known managed provider native type."
best way to store the data for a .net database and the reasons why. Please note I would like to have access to the database from a blackberry and the option for multiple applications to read & write to the database at the same time.
View 3 RepliesProblem storing value in array from database
View 3 RepliesIs there a website that provides free teaching videos for DataGridView control.Luai Alrantisi, BSc in Computer Engineering, University of Ottawa 2007, Canada. IT Manager of MTN Mobile Telecom.
View 1 RepliesI am having a _ton_ of issues, and I am hoping some of you could clear it up...
1. OK So a while back someone showed me an example for fonts from resources, but I noticed if you close the window that it opens, The entire program shuts down... what can I do to fix it?Also, The fonts are not showing up on all computers, only this one....
2. I am trying to delete a image file, which the program downloads from the internet, and can change regularly, but when I try to delete it will not delete. It says its in use, and I cant figure out where.
3. I am trying to play videos using the following
vb
Private Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As Integer, ByVal hwndCallback As Integer) As Integer
Const WS_CHILD As Integer = &H40000000
[code]....
Now, I have confirmed the files it is attempting to play are in fact valid video files. It refuses to play all but the last one.
I'm working on an application that is used by English and French users. French users have their computer's regional settings that make the decimal "," instead of "." and the number spacing " " instead of "," So, a French user will input a value "9,78" in a text box. I need to make this value "9.78" so I can safely store it in a database. How can I convert this to the US number format?
View 8 RepliesI've been having some trouble wrapping my head around how to link the 4 tables I have together. I'm creating a database to store all of our equipment in. The four tables are Equipment, Service (Stores dates that a piece of equipment has been worked on), Invoice (Stores invoice and warranty dates) and Peripheral table (Stores a unique ID for each type of peripheral we have in the database. Monitor (1), mouse (2), keyboard (3) etc)
View 4 RepliesI try to store Korean langguage in Microsoft jet OLEDB 4.0 database, but I cant retrive it back.
CODE:
I try to google around for weeks..but still cant find the solution, I believe microsoft jet 4.0 should support unicode, but cant find any command like charset to set the character set.
I've try store with DataTypeEnum.adVarWChar/DataTypeEnum.adWChar/DataTypeEnum.adLongVarWChar.
I've set the regional and lagguage setting to korean(I can view korean in textpad).
I've try System.Threading.Thread.CurrentThread.CurrentCulture = New System.Globalization.CultureInfo("ko-KR") before retrive korean string also.
Now i have totaly no clue. just suspect, i need to do something when create the database or when read from the database, but dont know how.
MAy i know can we store image in database? And yes, can we call out the image from database?? the database used is MS Access..
View 1 Replieshow to encrypt the password store in the database so that if the database found by pupil it cannot take password from the table .how to encrypt password .I m using microsoft acess as the databese.
View 5 Replies