So with thanks to they guys at IBM (credited on the GitHub Page).I’ve started work on an ODBC SwiftKuery database driver. https://github.com/richardp... contributions welcome.I’ve basically been step, by step copying the PostgresSQL implementation,https://gith... is a work in progress. I have basic C.R.U.D working, but a fair way from this being a complete thing. SELECT * FROM "tableAliasOSX" AS "new" a b apple 10 apricot 3 banana ......