I am getting this error on my control application: Connection for data base not supported by this application, contact the system administrator. Connection: myCon
What could be the reason? please help!
Re: Error: Connection for data base not supported by this application
Whats is your licence type? In what database are you trying to connect?
otherwise, contact support.
Re: Error: Connection for data base not supported by this application
I have a mysql licence, and I am using others applications like the grid with no connection problems, besides, this is a control witch is not suppose to need a connection. All I want to do is a form to fillmfor sending me some comments via a email.
Re: Error: Connection for data base not supported by this application
Can anyone help me please on this problem? I even follow the tutorial about the sending email but stil getting that error. What kind of connection do I need with the Control App? Please, anyone?
Re: Error: Connection for data base not supported by this application
I was testing the Mysql license with control application.
I saw the same error.
Unfortunately this a problem of the framework.
I’ll report the problem to the development sector.
I suggest you to use the macro sc_lookup() or sc_exec_sql() in php event.
Example of php is:
if (1 != 1) {
sc_exec_sql(“select a from b”); }
This will be fixed in the next version