Import of data from MS Access to P3e (3.5.1)
Wed, 2004-06-09 05:00
Hi All,
Does anyone have any experience of importing data into P3e from MS Access, Im not sure what data is required yet but would probably be standard data such as durations and start / finish dates.
Would I we have to go via MS Project or P3 first ?
Regards,
Dave G
Does anyone have any experience of importing data into P3e from MS Access, Im not sure what data is required yet but would probably be standard data such as durations and start / finish dates.
Would I we have to go via MS Project or P3 first ?
Regards,
Dave G
Fri, 2004-07-23 08:15
#1
We have tried the SDK and it worked fine so far.
Sun, 2004-07-11 21:21
#2
Sorry, I forgot about the API, which I believe is bigger, better and much faster than the SDK.
Sun, 2004-07-11 21:05
#3
Business Rules = API??
Sun, 2004-07-11 20:53
#4
Using the SDK is much better than a direct link between MS Access and the P3e database. The 2 main reasons for this are:
1. The SDK offers much more information for extracting from P3e. Some examples are: summarized units and costs at WBS level, earned values, variances, performance indicies etc. With SDK you also have extended tables, which can make life much easier when selecting data, eg the extended TASK table (X_TASK) has related information from PROJWBS, PROJECT, RSRC, and CALENDAR tables.
2. When updating the P3e tables, the SDK enforces business rules. You cannot do anything that is not available in the P3e Windows application (eg making a resource duration longer that its parent task duration).
Regards
Kevin
1. The SDK offers much more information for extracting from P3e. Some examples are: summarized units and costs at WBS level, earned values, variances, performance indicies etc. With SDK you also have extended tables, which can make life much easier when selecting data, eg the extended TASK table (X_TASK) has related information from PROJWBS, PROJECT, RSRC, and CALENDAR tables.
2. When updating the P3e tables, the SDK enforces business rules. You cannot do anything that is not available in the P3e Windows application (eg making a resource duration longer that its parent task duration).
Regards
Kevin
Sat, 2004-07-10 09:33
#5
Kevin, if create linkage between Access and SQL tables on P3e database, is it better than SDK?
Tue, 2004-07-06 07:40
#6
You can come here on visitor visa and once you find a job then you can apply for PR.
I got a scheduler work exactly on that bases. She came here for holiday and then change her visa to working holiday vias (3 months) and we sponsor her to obtain a long term working VISA.
or any other way is to apply for a PR directly,
a uni degree with 3 years + experience & less than 35
I currently have a software developer assisting me to develop a interface software that allows me to use excel to insert, modify, & delete activities or project or EPS.
I got a scheduler work exactly on that bases. She came here for holiday and then change her visa to working holiday vias (3 months) and we sponsor her to obtain a long term working VISA.
or any other way is to apply for a PR directly,
a uni degree with 3 years + experience & less than 35
I currently have a software developer assisting me to develop a interface software that allows me to use excel to insert, modify, & delete activities or project or EPS.
Tue, 2004-07-06 06:55
#7
Kevin,
Thanks very much for that, will be useful on my next contract, just got back from my hols and due to lack of work my contract has ended, wouldnt mind a spell in Oz, Ive heard the Government have relaxed rules on entry ?
If poss could you recommend best means of gaining a visa,
dont know how to contact you offline, and also dont want to post my private e-mail, moderator, any advice ?
Regards,
David Garside
Thanks very much for that, will be useful on my next contract, just got back from my hols and due to lack of work my contract has ended, wouldnt mind a spell in Oz, Ive heard the Government have relaxed rules on entry ?
If poss could you recommend best means of gaining a visa,
dont know how to contact you offline, and also dont want to post my private e-mail, moderator, any advice ?
Regards,
David Garside
Thu, 2004-06-17 23:08
#8
Dave
You can import to P3e directly from MS Access. First you need to install the Software Development Kit (from the P3e setup CD) which enforces P3e business rules when importing data. You then have a number of options for importing, including creating update queries or writing VBA code in MS Access. You can also write code using VB, Java or C++ if you really want to go that far.
When you install the SDK you will also have access to the help files, which will show details of the database structure and also has code samples for doing various stuff with P3e, such as inserting activities.
Regards
Kevin B
You can import to P3e directly from MS Access. First you need to install the Software Development Kit (from the P3e setup CD) which enforces P3e business rules when importing data. You then have a number of options for importing, including creating update queries or writing VBA code in MS Access. You can also write code using VB, Java or C++ if you really want to go that far.
When you install the SDK you will also have access to the help files, which will show details of the database structure and also has code samples for doing various stuff with P3e, such as inserting activities.
Regards
Kevin B
Replies