-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- How to build golang to run on IBM I
potentially useful links:
(https://community.ibm.com/community/user/power/discussion/c-linkable-shared-library-created-out-of-a-golang-project-on-aix-72-fails-to-run-with-error-the-local-exec-model-was-used-for-thread-local-storage-but-the-module-is-not-the-main-program)
(runtime: crosscompiled to AIX/ppc64 not working in IBMi PASE (AIX7.2) due to "not in usable address space" golang/go#45017) - How to connect to Db2
The below connection works on windows with the ibm i access driver routed to theIBMIDSN. Tested in a windows environment go rest apis are about twice as fast as node.js.
db, err := sql.Open("odbc", "DSN=IBMI;SYSTEM=xxx.xxx.xx.xx;Uid=xxx;Pwd=xxx")
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request