J
Jawahar Surapaneni
Guest
Hi Rafael, In OpenEdge BPM, we have a concept of Custom Adapter, where you can write your own custom code to talk to External Systems. As per your requirement, you can write custom code which can wrapped with in the custom adapter, that talks to Firebird database. You need to handle everything with in the custom adapter For Ex: Connecting to Database, Accessing the records, Fetching the data from the records etc. You need to place the run time jdbc jars and other dependent jars necessary to connect to Firebird database in the BPM project\lib folder Regards, Jawahar.
Continue reading...
Continue reading...