I think you just need to remove the “;” at the end of the query.
For errors like this we generally display the SQL up to the point we got confused, so in this case you have the full query with “;” at the end so “;” is the problem.
Brendan
--
--
Caché, Ensemble, DeepSee
---
You received this message because you are subscribed to the Google Groups "Caché, Ensemble, DeepSee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
intersystems-publi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to intersystems-public-cache+unsub...@googlegroups.com.
Hello
Clearly I did not read the full post the first time around. Sorry about that.
The only place I see Cache supporting a delimiter at the end of an SQL statement is when you have a file of DDL and or DML statements and you load those files with something like:
Do $SYSTEM.SQL.ImportDir("Sybase","C:\Work\db1\,"C:\Work\db1\import.log",";")</li>
Cache does not support multiple SQL statements in one Execute, so via ODBC or the Portal or,…. We do not support a “;”.
Brendan
To unsubscribe from this group and stop receiving emails from it, send an email to intersystems-publi...@googlegroups.com.