How to use Copyfile option in Visual Basic 6.0 to create a backup of database?

1 answer

Answer

1284107

2026-07-16 16:45

+ Follow

MySQL
MySQL

First of all, gross, Visual Basic. If you are trying to write a script to do db backup, then you are going to either need to look for something open source or write it yourself. You can also just use MySQL command line using the MySQLdump command.

MySQLdump name_of_database > name_of_file.sql

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.