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 IamaSherpa 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. yogeshc

    Response.sendRedirect and database connections

    make sure you arent writing any headers or html code on the page you are doing the response.sendredirect. also try somthing like this to redirect <jsp:forward page = &quot;http://www.website.com&quot; /> Hope that helps
  2. yogeshc

    Copy / Paste Database?

    Try using Data Transformation Services... in enterprise manager it is under tool, data transformation services -> import data
  3. 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...
  4. 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