0

I'm inheriting an existing WMB flow that is ESQL-centric (Compute nodes) that accesses its database via an ODBC DSN. I'd prefer to use a configurable service for database access in lieu of an ODBC DSN, which is what I use with Java-centric flows (JavaCompute nodes).

Is it possible to configure a Compute node to talk to a db via a configurable service?

apaderno
  • 28,547
  • 16
  • 75
  • 90
bug11
  • 366
  • 3
  • 15

1 Answers1

1

Yes, but you need to call a Java class from the ESQL.

See Connecting to an application database using JDBC

spakendralo man
  • 635
  • 2
  • 8
  • 21