If anybody could help regarding how to connect MySQL from Stimulsoft. I'm getting the following error message:
Connection error: The database type is not supported by pure JavaScript.
If anybody could help regarding how to connect MySQL from Stimulsoft. I'm getting the following error message:
Connection error: The database type is not supported by pure JavaScript.
The answer to your question is in the link on this message. You should specify a data adapter. Usually this way:
StiOptions.WebServer.url = "http://example.com/data/handler.php";
You couldd get additional information on the Connect to SQL Database section of the Programming manual (the link form the error message)