Node.js + ODBC

Hello everyone,

Probably I will need to connect to a ISAM database (not Postgres, MySQL, etc).
The partner will create views and will share an ODBC connection credentials.

Is there a way to create a database connection using ODBC in node.js apps?

Thanks!

any clue @george @patrick ? Thanks!

ODBC is more a Windows thing do you plan to run the NodeJS server on windows as well?

We don’t support ODBC in node, so it might be beter if you connect to thecdatabase directly.

What type of database is it?

1 Like

It’s an old type of database, used by Synergex (kind of lowcode plattform), called ISAM…I would like to use in my node.js application.

They have an SQL Connection tool.

https://www.synergex.com/docs/index.htm#sql/Title_sql.htm