|
|||
Hello, i'm trying to connect jdbc ms sql using jdts driver.
i've download the driver and assigned the path at en.variable..but it give me an error HTTP STATUS 500 and unable to load class for jsp anyone ve idea on what the setting shud i set?i've no idea after followed some instruction on web site still it give me the same error. this is my code <title>Obtain connection</title> </head> <body> <!--This Page Obtains a Connection to MS SQL Database--> <% Connection conn = null; ResultSet result = null; Statement stmt = null; try { Class c = Class.forName("net.sourceforge.jtds.jdbc.Driver"); } catch (Exception e) { System.out.println("Error occurred at line 18"); } try { <!--jdbc:jtds:<server_type>://<server>[:<port>][/<database>][;<property>=<value>[;...]]--> String url="jdbc:jdts:sqlserver://10.120.0.90:1433/JIT;tds=8.0;lastupdatecount=true"; conn = DriverManager.getConnection(url,"jitUser","123abc" ); } catch (SQLException e) { System.out.println("Error occurred "e); } try { stmt = conn.createStatement(); result = stmt.executeQuery("SELECT * FROM dbo.attcourse"); } catch (SQLException e) { System.out.println("Error occurred "e); } %> |
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to position the button | marukochan | Webmaster Tools | 8 | 31-10-2006 10:45 PM |
| Internal Server Error - ASP error | ladyheart2612 | Website Programming | 0 | 21-07-2005 09:22 AM |
| Class | nurulmajdi | Website Programming | 10 | 15-04-2004 12:03 AM |
| unable to edit user profile | MENJ | FeedBack & Suggestion | 0 | 05-04-2004 09:18 AM |
| #define class error dlm java prog | ymhy_80 | Website Programming | 6 | 14-02-2004 12:01 AM |
All times are GMT +8. The time now is 05:35 PM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.









Linear Mode

