Search found 992 matches

by trevordevore
Tue Aug 01, 2006 2:51 pm
Forum: Databases
Topic: mySQL connection to a port
Replies: 5
Views: 7908

Yes, the bug was filed just the other day. As for SSL, you use either 1 or 0.
by trevordevore
Wed Jul 26, 2006 5:31 pm
Forum: Databases
Topic: mySQL connection to a port
Replies: 5
Views: 7908

Kris,

revOpenDatabase is documented incorrectly. The correct syntax is:

Code: Select all

revOpenDatabase(type, host, name, username, password, port, useSSL)
What you want is this:

Code: Select all

put revOpenDataBase("MySQL","localhost","testdb","user","password","8889") into tConnectionID 

Go to advanced search