Connection to AS400 with Ecto

You’re right: DB/400 has its own dialect (and it’s a little different than standard DB2).

Try SELECT 1 + 1 FROM SYSIBM.SYSDUMMY.

(EDIT: changed SYSDUMMY1 to SYSDUMMY.)

1 Like