0

We have project management software developed in .Net 4.0 and using Sql Server. We want to establish bidirectional communication with Primavera.

How is this done, and where to start?

ΩmegaMan
  • 29,542
  • 12
  • 100
  • 122
Razack
  • 1,826
  • 2
  • 16
  • 37
  • How to integrate the data in the project management database with external databases and applications? – Razack Aug 21 '14 at 09:19

1 Answers1

2

You can use Primavera APIs to do this for you . http://docs.oracle.com/cd/E16281_01/Technical_Documentation/Integration_API/ProgrammerReference.html

jetty
  • 859
  • 2
  • 17
  • 37
  • Thank you jetty for this reference. Have you run any sample on this? How do we get data from primavera database? – Razack Sep 17 '14 at 09:33