Hi all,
I’m working on an MS Access db on Windoze at the moment, which is not something I do often.
Note I am using ODBC as the connector.
First off, it seems “views” are not supported with MS Access & SC. Bummer
Second, I now cannot find any means to concatenate strings - sc_concat(field1, field2, etc) AS NewField fails as an unknown MS ADO function. I.E. whateverr SC is passing to the database is rejected to MS Access.
Standard MS Access syntax, such as field1 & field2 AS NewField also fails, but seemingly on the SC side, i.e.SC cannot parse it.
Unless I am missing something, is there a way to concatenate fields when working with MS Access dbs?
Thanks