How to restore a MySQL database using vb 6.0
-
Hi All I am working on a vb 6.0 + MySQL project. I need to create a Database(for local use Ex:- If user wants to create database they can create and dump data from online databas) Dynamically and restore the database with production database backup. Is it possible? Thanks, Willington D
-
Hi All I am working on a vb 6.0 + MySQL project. I need to create a Database(for local use Ex:- If user wants to create database they can create and dump data from online databas) Dynamically and restore the database with production database backup. Is it possible? Thanks, Willington D
You are also cross posting. Bad enough you want to use a dead platform to build on, now you want to cross post as well. Will you please move into the 21 century and use VB.net - it's FREE and you'll get much more support from the forums.
Never underestimate the power of human stupidity RAH
-
Hi All I am working on a vb 6.0 + MySQL project. I need to create a Database(for local use Ex:- If user wants to create database they can create and dump data from online databas) Dynamically and restore the database with production database backup. Is it possible? Thanks, Willington D
Yes it is possible. Use the ODBC driver for VB6 via a DSN and issue commands through ADO. Look-up the syntax on the MySQL website for CREATE DATABASE databaseName and associated admin functions.
Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane