Hi there,I had a third party product which is Java based and it has its own APIs which talks to the DB associated.Now the issue is, i have is to use those APIs to pull and push the data from that particular DB from TeamSite. What would be the best possible way to do the same? All pointers/suggestions are welcome.Thanks,
HiI couldn't get much from your requirement .Well, you can associate any DB with TS.Now As far as connectivity is concern in java, you can use desired connection string and driver based on the DB.If you are already having an java based API,you can use that APIs also for interacting with DB just by establishing the connection using accurate drivers.Please specify your exact requirement.
Yes, as we have not been given/required to do a direct access to DB. It is a client preference to pull and push data to DB using Java API only.
Hi,Actually, i have DCTs on TS and there is a product 'Z' which has its own API to talk to the DB given by client. Now, while saving DCR in DB, we need to use those APIs which were written in Java.The client does not want to talk directly to DB bypassing the product Z. In case it could not be done, they are still asking to write our own APIs which could interact with DB.Hope this clarifies.
HiWhat mechanism/flow you are using for Saving DCR to DB.Are you using DataDeploy or any external mechanism which read DCR file and creates field as per the DCR elements and finally save them in tabular format.
Hey,We are using XML type DCRs which would be then deployed to DB in Tabular format. The only requirement client has put to use the pre-provided API by another product 'Z'.Thats the reason why we are finding the ways through already exisitng APIs .