I will like to create and restore my database which is mysql and do not know how to do it. anyone to help?
I will like to create and restore my database which is mysql and do not know how to do it. anyone to help?
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.
I hope this helps you.
Bookmarks