cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting to Primavera SDK

Former Member
0 Kudos

Hi,

In our scenirio we have to connect to primavera sdk( software) from Webdynpro.Primavera SDK is a software which has backend as SQL database. So what we have done is created a DSN in VA and connected to SQL database and fatch data....But the problem is connecting to SQL dont fatch all tables and data.....

So now we have to connect to PRImavera SDK ...for that we have install the Primavera SDK in Local system....But we need to know how to connect to Primavera SDk by webdynpro application.Any one knows the step or Driver which we can install to connect to Pimavera sdk.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Why dont you use the JDBC for this, as primevera API supports it.

http://shafferassoc.net/Programmer%27s%20Guide.htm

Regards

Ayyapparaj

Answers (1)

Answers (1)

Former Member
0 Kudos

solved