-4

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.

Ortund
  • 8,095
  • 18
  • 71
  • 139
  • Your question lacks any sort of real data with which other users can attempt to assist you. Please see [how to ask](https://stackoverflow.com/help/how-to-ask) and update your question, providing more information. – Ortund Jun 19 '18 at 13:58

1 Answers1

0

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)

HighAley
  • 1,257
  • 1
  • 8
  • 20