Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by x44446

  1. x44446

    cannot conect to db through jdbc

    additional info postgresql.conf listen_addresses = '*' pg_hba.conf local all all md5 host all all 127.0.0.1/32 md5
  2. x44446

    cannot conect to db through jdbc

    I have postgresql 8.1 installed db name is 'mydb' user name is 'test' password is 'test' I can conect to this db by psql $psql -U test mydb But I cannon connect by jdbc import java.io.*; import java.sql.*; public class Sample { Connection conn; Statement stmt; public Sample()...

Part and Inventory Search

Back
Top