You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DB db = new DB(); // uses the db.properties and used by the (Qi app)
DB secondDB = new DB("secondDB.cfg.xml"); // contains all the connection properties and the mapping, used by (QRest app)
DB thirdDB = new DB("thirdDB.cfg.xml"); // contains all the connection properties and the mapping, used by (QServer app)
These connections successfully created but when calling db "The first one" after secondDB is created it uses the secondDB tables.
and the same if thirdDB created it use it's tables, the scondDB also will use the the thirdDB tables.
The text was updated successfully, but these errors were encountered:
Reported in jPOS Users:
The text was updated successfully, but these errors were encountered: