Hey,
I'm trying to refer to a MySQL database in a 4GL program with no success. This is the error I get when I try to compile my program:
DATABASE statusdb
| Can not open Database dictionary 'statusdb'. Run fglschema database.
| See error number -6601.
So I try fglschema statusdb and:
ERROR: "statusdb" Unknown error message -930.
Then I look up the error number and I get:
-930 Cannot connect to database server servername.
This is the first time I try using MySQL for a 4GL program and I think the problem is related to environment variables not being set properly. The problem is, I'm really not sure what should be set and what they should be set to.
Anything that will help point me in the right direction is appreciated.
Thanks in advance,
Samy
I'm trying to refer to a MySQL database in a 4GL program with no success. This is the error I get when I try to compile my program:
DATABASE statusdb
| Can not open Database dictionary 'statusdb'. Run fglschema database.
| See error number -6601.
So I try fglschema statusdb and:
ERROR: "statusdb" Unknown error message -930.
Then I look up the error number and I get:
-930 Cannot connect to database server servername.
This is the first time I try using MySQL for a 4GL program and I think the problem is related to environment variables not being set properly. The problem is, I'm really not sure what should be set and what they should be set to.
Anything that will help point me in the right direction is appreciated.
Thanks in advance,
Samy