emilioantonio
Technical User
Hi guys
i have to retrieve data from tables of an existing Pervasive database using, for example, the following statement
..."SELECT * FROM LITHOLOGY", CON
the problem arises when the table has a composite name (i.e. DEVIATION SURVEYS"). In such a case a syntax error occurs when i run the query
..."SELECT * FROM DEVIATION SURVEYS", CON
I already enclosed table name between square brakets [DEVIATION SURVEYS] and put table name into a variable, but in both cases didn't work
thanks for your help
emilioantonio
i have to retrieve data from tables of an existing Pervasive database using, for example, the following statement
..."SELECT * FROM LITHOLOGY", CON
the problem arises when the table has a composite name (i.e. DEVIATION SURVEYS"). In such a case a syntax error occurs when i run the query
..."SELECT * FROM DEVIATION SURVEYS", CON
I already enclosed table name between square brakets [DEVIATION SURVEYS] and put table name into a variable, but in both cases didn't work
thanks for your help
emilioantonio