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

    Response.sendRedirect and database connections

    Hello all, I am doing a response.sendRedirect after I close the connection to my database however the connection is failing to close. Here is the code ... int rowsAffected=sql_stmt.executeUpdate (myQuery); sql_stmt.close(); myConn.close(); if (rowsAffected==1) { response.sendRedirect...
  2. yogeshc

    Sql Server 6.5 Case Statement, I hope this isnt a repost

    Hello, I posted this about an hour ago but I haven't see it come up on the board so I am reposting in case i made a mistake. I apologize in advance if I am reposting. Here goes I have a table that contains 3 fields. Type (a type of labor performed), amount (dollar value), and invoice number...

Part and Inventory Search

Back
Top