Use Visual Queries to access MariaDB #2676
-
Just a quick question about the SQLDatasource: Should it be possible to access a MariaDB or MySQL Server to query some data? Right I always get the error "Error getting Stream / reading underlying list". The Datasource works fine on MS-SQL Connections Strings to access data from a external database, but i don´t get a connection to a mariadb database running. Can I find a better error message, that would give me a better idea why. Or is the Datasource fixed to MS-SQL? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Internally it uses According to my quick research, this is MS Sql only. This has not been a requirement so far. You could use the code from that data source and create your own. |
Beta Was this translation helpful? Give feedback.
Internally it uses
System.Data.SqlClient
According to my quick research, this is MS Sql only.
This has not been a requirement so far. You could use the code from that data source and create your own.