Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
I would take a look at functions used by PeopleSoft. They are located in record FUNCLIB_LDAP
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Look at utilizing java to achieve database connection. I have done a peoplesoft database connection from a jsp page using Java, the same concept can be used with Peoplecode.
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Do you wanna connect directly to db from PeopleCode? or do you need to use either Java or another language to connect to db?
If the answer for the first question is yes, so you should use PeopleCode and Buffer Objects. If the second, so you can connect to db like another language, it only needs a user and pass with permissions on db.
An intermediate solution is invoke JDBC classes from PeopleCode.
Sorry for my English.
Not sure what you are talking about yopym, your English is fabulous! :)
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Can you please elaborate both the steps any step wud be fine for me ......like how to login with peoplecode & JDBC ? I have no idea regarding it....so please make me started !