[问题] win10 apache连结不到数据库

楼主: shurou015 (Nerissa)   2016-12-18 09:57:49
大家好 小女研究一段时间
版本是win10 想要用apache连结到数据库
已经做了以下方法:
(1)去IIS把32位元应用程式改成允许
(2)去测试哪里出错
发现最终的点停在class错误
我学校的电脑是32位元
在学校程式都可以正常执行
一直不明白为何跑到家里就无法执行
在家里我也是开32位元的ODBC去系统数据库连结
想请问大家哪里出错或缺少什么组件谢谢
以下附上永远连不上去的程式码
type Exception report
message An exception occurred processing JSP page /Ex109.jsp at line 14
description The server encoutered an internal error that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: An exception occurred processing JSP page /Ex109.jsp at line 14
11: <%
12: String JDriver = "sun.jdbc.odbc.JdbcOdbcDriver";
13: String connectDB="jdbc:odbc:myDB";
14: Class.forName(JDriver);
15: Connection con = DriverManager.getConnection(connectDB);
16: Statement stmt = con.createStatement();
作者: maxsho (沉默的熊)   2016-12-18 18:36:00
妳电脑有一样的数据库吗 从外部要连到架在学校电脑的资料连法不一样吧数据库的驱动有抓且有放到对的位置吗
楼主: shurou015 (Nerissa)   2016-12-18 20:59:00
数据库是一样的 电脑驱动程式我也在想这个问题连结方法在学校也是下载apache 然后直接用ODBC去连数据库位置跟名字我都确认国没问题 目前也比较朝电脑本身设定及缺少驱动程式方向跑 谢谢你~
作者: kigohcy (风柜店庄小孩念国中)   2016-12-21 18:54:00
你家Jdk是8.0?
楼主: shurou015 (Nerissa)   2016-12-29 23:50:00
对喔不能用8.0跑吗 ?

Links booklink

Contact Us: admin [ a t ] ucptt.com