You want to know the storing procedure or you want to know coding of softwares.
Basically, stored procedures (SP or sroc) are used to consolidate and centralize logic that was originally implemented in applications. Large or complex processing that might require the execution of several SQL statements is moved into stored procedures and all applications call the procedures only.
Please clarify, so that we can help you better.
Cheers,
Raviraj A Bhedase
Member for
20 years 6 months
Member for20 years7 months
Submitted by Santosh Bhat on Mon, 2007-06-04 05:32
Member for
18 years 5 monthsRE: how does the coding part of the software work.
Try this:
http://suppsaleserver.primavera.com/partners/pdf/application_solution_p…
Member for
18 years 5 monthsRE: how does the coding part of the software work.
Bissa,
This topic is too vast to discuss in this forum. If you can be more specific, it will be much better.
From an integration standpoint, primavera application consists of database and application levels.
Primavera products reside on open databases like SQL Server (teamplay), SQL Anywhere (Expedition), Oracle, Interbase and pervasive.
I think, Primavera is now using XML server that supports server side integration and ease integration efforts with other corporate systems.
I have never used primavera contract management 10 R3, but i think it uses XML server.
e.g. instead of using export tool, you can use pervasive ODBC drivers for pulling out the data from P3.
you can download pervasive ODBC drivers from primavera website and THEN YOU CAN Link P3 database with MS Access or MS Excel for your convenience.
This should serve your purpose or you can still download some more white papers from primavera ftp website.
Cheers,
Raviraj A Bhedase
Member for
19 years 11 monthsRE: how does the coding part of the software work.
Raviraj...
you are right on target.
was trying to identify as to how the logic is saved and what appilcations does it use to manage such huge data.
If you could provide some links giving details regarding this it will be helpful
Thanks
Amit Bissa
Member for
18 years 5 monthsRE: how does the coding part of the software work.
Bissa,
Whats the whole purpose? Is it related with P3.
You want to know the storing procedure or you want to know coding of softwares.
Basically, stored procedures (SP or sroc) are used to consolidate and centralize logic that was originally implemented in applications. Large or complex processing that might require the execution of several SQL statements is moved into stored procedures and all applications call the procedures only.
Please clarify, so that we can help you better.
Cheers,
Raviraj A Bhedase
Member for
20 years 6 monthsRE: how does the coding part of the software work.
http://www.primavera.com <- thats the first place to try.