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 gkittelson 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: *

  1. miraclezco

    create a new connection to the database from IBM Websphere Studio Site

    how do i create a new Connection, Statement, and new ResultSet object to connect to the database Microsoft SQL Server? //create a Connection, Statement, and ResultSet object to connect to the database Connection con = new Connection(); ResultSet rs = new Resultset(); CallableStatement...

Part and Inventory Search

Back
Top