I get this error when retrieving the columns with the following query:
Code: Select all
SELECT tab_BasisTabblad__Geslacht, tab_BasisTabblad__Achternaam, ClientId
FROM vw_Cliënten
I'm wondering what the error message is. I read earlier that it could be a network issue, but when writing another query which retrieves data from a table instead of a view, the retrieving of the columns does work. Also, running the query in the management studio of sql server, the query runs succesfully.
Thank you