I have web wiz forum. I had to upgrade from ms access to MySQL
My MySQL connection for the main site is as below: (ive modified the personal information)
Set MyConn = Server.CreateObject("ADODB.Connection")
MyConn.Open "Driver={MySQL ODBC 3.51 Driver}; Server=985.973.400.73; uid=someid; pwd=password; database=NewsDatabase; option=3; port=3306;"
I want to try to transfer the database Access to MySQL using a converter
What i need to know is how do i create a connection to my new database? What code do i need to change and where? In my NYSQL space, the GUI client shows i have 2 folders called:
Schema_information
NewsDatabase
I want the Forum database to be in a separate folder, called "ForumDatabase"
How do i do this? Please tell me what code i need to change and where. My forum resides in a folder called "forum"
I hope it is simple as i'm not html literate.
Also, does anyone know a good free Access to MysQL converter?
Thanks for any help