-1

Is it possible to use myBatis for query on as/400 database? if so, can you give me a step by step procedure to achieve that. Thank in advance for your help.

Laba Refo
  • 3
  • 1

1 Answers1

1

Use the Jdbc driver in jt400.jar. Then it works like (almost) like any other DB/2 database.

Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347