Question Attila Toth · Nov 10 Foreign Table datatypes Hello! I'm trying to create some foreign tables to a PostgreSQL database. In some cases, columns with certain datatypes cannot be consumed by IRIS and the following error is thrown: [SQLCODE: <-237>:<Schema import for foreign table did not return column metadata>] [%msg: <Unkown data type returned by external database>] For example: serial4 typed ID columns are typical examples. Is it possible, what's the best way of resolving these datatypes, which- seemingly- don't have proper JDBC metadata mappings? #JDBC #SQL #InterSystems IRIS 0 0 0 30
Question Attila Toth · May 3, 2019 Java Gateway mapping of streams Hi All,I'm trying to create a simple wrapper class around a JSON schema validator library, written in Java, and calling this functionality through the Java Gateway of IRIS 2019.1.My Java wrapper class has a constructor like this:public JSONValidator(char[] jsonStream, char[] schemaStream) { ... } #Java #InterSystems IRIS 0 2 0 498
Article Attila Toth · Feb 8, 2017 2m read Generating PDF from XSL-FO using the HotJVM Render Server This article is little explanation to a GitGub project. #Caché #Code Snippet #ZEN 3 7 0 1.6K
Article Attila Toth · Jun 15, 2016 1m read MQTT Client in COS Hi All,I've created a sample implementation of the MQTT protocol, which is now available on GitHub. The project demonstrates MQTT client capabilities and it's written in Caché Object Script.Any comments, bug reports are welcome! Some more enhancements (like SSL / TLS support) are planned for the near future. #Caché #Interoperability 4 0 0 664