Hi
You may solve your problem to work as follow:
1.
Create the connection to the Mysql database.
2.
Load the long video as stream, and cut it into small pieces.
3.
For each piece, retrieve the data to Binary Large Object (BLOB)
which is specific type of
Mysql to store image and video.
4.
Close the connection
For more information, you can refer:
http://www.vbmysql.com/articles/vb6-mysql/accessing-mysql-blob-columns-using-visual-basic-6