cancel
Showing results for 
Search instead for 
Did you mean: 

J2EDB

Former Member
0 Kudos

Hi,

Generally what are the information stored in j2EDB.

Can i retireve any user details from J2EDB by using code if i know the Default tables??

Regards

AM

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

Hi Anoop,

You mean J2EE DB...

Depending on the what are you using your J2EE for it could store different things.. for example if you use the J2EE for a portal... it stores portal user information and stratistics, also config settings, security or as a repository for documents... etc

<b>Can i retireve any user details from J2EDB by using code if i know the Default tables??</b> as any other DB if you know what tables to access you can retrieve info using SQL queries, etc...

regards

Juan

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for the info,

I would like to retrieve the last password changed for all the users.

So i have to get all user information .

can you provide me the table name and details

AM