aspose file tools
The moose likes JDBC and the fly likes how to print the username and password Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply locked New topic
Author

how to print the username and password

siva sankar
Ranch Hand

Joined: Jul 13, 2006
Posts: 65
Hi all,

which commands are used to print the username and password in postgresql.
eg: Class.forName("org.jdbc.Driver");
Connection con = DriverManager.getConnection("jdbc:postgresql:192.168.1.112//databasename","infinity","infinity");

Here username - infinity
password - infinity
command in postgresql to retrieve these two values in postgresql???

Thanks in advance...
Siva
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26184
    
  66

Siva,
I'm closing this thread since it is a duplicate of this one. In the future, please do not start new threads for the same question.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to print the username and password
 
Similar Threads
Login sessions
Security Identity in JMS
WA #1.....word association
problem with connecting to a SQLServer database
to retrieve database username and password using jdbc