sql serveer /jsp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • doniravi
    New Member
    • Jan 2007
    • 12

    sql serveer /jsp

    i tried every thing .....installed sql server,drivers, set class path for sqlserver and drivers.I think my url is correct ,i worked well for others
    .
    My url is

    Class.forName(" com.microsoft.s qlserver.jdbc.S QLServerDriver" );
    String url="jdbc:micro soft:sqlserver://localhost:1433" ;
    Connection con=DriverManag er.getConnectio n(url,"sa","sa" );

    password is "sa";


    tell me what exactly needed for my system to access sql serveer with jsp........

    i set all jsr files into my class path,,,,

    do i require sqljdbc jarfile to set into my class path and any other jar files needed? i dont have sqljdbc jar file in my system and guide how to download jar files from net?

    Hello sir please give me advice i m trying it for 10 days......
    give me some advice.........

    thanks in advance....

    u r advice is precious
  • Shanaj
    New Member
    • Jan 2007
    • 51

    #2
    Originally posted by doniravi
    i tried every thing .....installed sql server,drivers, set class path for sqlserver and drivers.I think my url is correct ,i worked well for others
    .
    My url is

    Class.forName(" com.microsoft.s qlserver.jdbc.S QLServerDriver" );
    String url="jdbc:micro soft:sqlserver://localhost:1433" ;
    Connection con=DriverManag er.getConnectio n(url,"sa","sa" );

    password is "sa";


    tell me what exactly needed for my system to access sql serveer with jsp........

    i set all jsr files into my class path,,,,

    do i require sqljdbc jarfile to set into my class path and any other jar files needed? i dont have sqljdbc jar file in my system and guide how to download jar files from net?

    Hello sir please give me advice i m trying it for 10 days......
    give me some advice.........

    thanks in advance....

    u r advice is precious
    THE CODE U HAVE WRITTEN IS CORRECT .

    BUT YOU HAVE TO DOWNLOAD THE JAR FILE FOR SQL SERVER AND SET THE CLASSPATH

    JUST SEARCH THE SITE FOR JAR FILE

    Comment

    • Shanaj
      New Member
      • Jan 2007
      • 51

      #3
      Originally posted by doniravi
      i tried every thing .....installed sql server,drivers, set class path for sqlserver and drivers.I think my url is correct ,i worked well for others
      .
      My url is

      Class.forName(" com.microsoft.s qlserver.jdbc.S QLServerDriver" );
      String url="jdbc:micro soft:sqlserver://localhost:1433" ;
      Connection con=DriverManag er.getConnectio n(url,"sa","sa" );

      password is "sa";


      tell me what exactly needed for my system to access sql serveer with jsp........

      i set all jsr files into my class path,,,,

      do i require sqljdbc jarfile to set into my class path and any other jar files needed? i dont have sqljdbc jar file in my system and guide how to download jar files from net?

      Hello sir please give me advice i m trying it for 10 days......
      give me some advice.........

      thanks in advance....

      u r advice is precious

      Try this link http://www.minq.se/products/dbvis/dr...html#sqlserver

      Comment

      Working...