How to connect worklight app to remote db2 DB from local worklight development server

73 Views Asked by At

I want to connect remote db2 database to my worklight app deployed on local worklight development server.

1

There are 1 best solutions below

2
Idan Adar On

You don't connect your 'app' to a database per se...

You either use DB2 as the database for the MobileFirst Server,
Or you use DB2 as the database that your adapter request will connect to to fetch some data.