Connecting to remote MySQL SB port 3307
Posted: Wed Dec 27, 2017 10:31 am
Hi Guys
I am trying to figure out to insert the port as a parameter in the connection string>
I am trying to figure out to insert the port as a parameter in the connection string>
Adding theDBPort as a parameter in the following connection string does not seem to work:put "mysql" into theDBType
put "196.220.60.233" into theDBHost
put "3307" into theDBPort
put "Mydatabase" into theDBName
put "User" into theDBUser
put "MyPassword" into theDBPassword
any pointers would be appreciatedput revOpenDatabase( theDBType, theDBHost, theDBPort, theDBName, theDBUser, theDBPassword ) into theConnectionID