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? |
Answered by
iJungleboy
Mar 10, 2022
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. |
2 replies
Answer selected by
iJungleboy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Internally it uses
System.Data.SqlClientAccording 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.