Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6963455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:47:37+00:00 2026-05-27T15:47:37+00:00

trying to query mssql database using JSP. connected the database using ODBC but this

  • 0

trying to query mssql database using JSP. connected the database using ODBC
but this code is unable to print the result on screen .am using tomcat as a server.i don’t know where am doing mistake. please help me to solve in this.

 <%@page import="java.sql.*"%>
 <%@ page import="java.util.*" %>

<table border=6>
<tr><th>fname</th><th>lname</th></tr>


<%

  try{
  Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
  Connection con = DriverManager.getConnection("jdbc:odbc:ServerDB","","");
  Statement st=con.createStatement();
  ResultSet rs=st.executeQuery("select * from dbo.company");
  while(rs.next()){
 %>
 <tr><td><%=rs.getString("fname")%></td><td><%=rs.getString("lname")%></td></tr>
 <%
 }
    rs.close();
    st.close();
     con.close();
   }
   catch(Exception e){e.printStackTrace();
    System.out.println("Exception in connecting to DB"+e.getMessage());}
   %>
  </table>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:47:38+00:00Added an answer on May 27, 2026 at 3:47 pm

    Test the query independently i.e on database command line to make sure if error is in database environment,if it works fine
    else i guess problem would be

    Connection con = DriverManager.getConnection("jdbc:odbc:ServerDB","","");

    i never worked with MSSQL but in any database u gotta specify username and password which u left alone
    Every thing in your code is just fine i guess problem is in connectivity!

    Revise your connectivity code or reinstall driver

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to query a MySQL database using an array but I'm having trouble!
I'm trying to create a simple database table using the PHP MySQL query Create
I'm currently trying to run a LINQ query over a MS SQL database. This
I am trying to query a MySQL database using webpy. From the SQL query,
I am trying to run a query off of my mysql database using the
I am trying to display from a MySQL Database using PHP and Ajax but
I have been trying to display image from database using php but i am
I am trying to reconstruct a database query I created for MySQL in Microsoft
im trying to insert this query with mysql_query INSERT INTO um_group_rights (`um_group_id`,`cms_usecase_id`,`um_right_id`) VALUES (2,1,1)
I am trying to use this MySQL query: SET @a:=0; UPDATE tbl SET sortId=@a:=@a+1

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.