Opening Connection to MySQL Database from VBA (Excel)
Hi Guys,
I'm trying to connect to my Database using the following code found on the net.
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
As mentioned in the title of this topic I am using MySQL. If someone who is familiar with MySQL could please help me by telling me where to find 'myServerAddress' and 'myDataBase' within MySQL.
I am getting confused with the terminology as VBA and MySQL use different terminology for these. Is 'myDataBase' the name of the EER Model, and is 'myServerAddress' simply 'localhost' for a server running from the same machine as VBA?
Regards
Jordan
Subject
Views
Written By
Posted
Opening Connection to MySQL Database from VBA (Excel)
7543
March 24, 2013 05:06PM
2937
April 03, 2013 10:22AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.