I was wondering if someone has figured out how to get this one line of code to work.
Code: Select all
get revOpenDatabase("mysql", "localhost", tDbName, tUsername, tPassword)
Linux server running LC 8.0 DP 7 Com Server
Apache/2.2.22 (Ubuntu)
MySQL client version: 5.5.44
Server: Localhost via UNIX socket
Server version: 5.5.44-0ubuntu0.12.04.1
And it seems like no matter what I do, this function will not return an id.
Every other Livecode command and function seem to be working OK. It is just this one. There are no typos on the DbName, Username, and Password
Has anybody experienced this before? What do you think could be the issue?
-Will