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!

Search results for query: *

  • Users: x44446
  • Content: Threads
  • Order by date
  1. 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