Error #2032
Posted: Thu Jul 22, 2010 2:23 am
Hi,
I get this error when retrieving the columns with the following query:
The table specified is a view
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
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