connecting to mysql

Mark Smith Mark_Smith at cpe.umanitoba.ca
Mon Oct 1 23:12:14 EDT 2012


Hi Mark, I contacted RR about their MySQL lesson and they sent me updated
connection parameters:


       put "runrev.com" into tDatabaseAddress
       put "runrev_test" into tDatabaseName
       put "runrev_example" into tDatabaseUser
       put "example" into tDatabasePassword
       -- connect to the database
      put revOpenDatabase("MySQL", tDatabaseAddress, tDatabaseName,
tDatabaseUser, tDatabasePassword) into tResult

Worked for me.

-- Mark



--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/connecting-to-mysql-tp4655547p4655718.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list