Search:

Type: Posts; User: nadirkhan

Search: Search took 0.08 seconds.

  1. Re: I am trying to connect my java application with SQL Server 2008 but I get error m

    Now I get the following exception though I have downloaded the jar file from the microsoft site and saved it in the build path for eclipse.

    java.sql.SQLException: No suitable driver found for...
  2. Re: I am trying to connect my java application with SQL Server 2008 but I get error m

    Here are the error messages that I get when I compile this code.

    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at...
  3. I am trying to connect my java application with SQL Server 2008 but I get error msgs

    //STEP 1. Import required packages

    import java.sql.*;


    public class JDBCCreateTable {

    // JDBC driver name and database URL
    // Database is called Student
Results 1 to 3 of 3