Topic: 求助关于连接SQL数据库的问题

  Print this page

1.求助关于连接SQL数据库的问题 Copy to clipboard
Posted by: 我行我速
Posted on: 2005-11-07 00:48

初学问题多多请各位指教一下!谢谢!在掉用页面连接数据库的时候出问题!

以下是关于commonBeanl.java 用于连接SQL数据库的java类代码

import java.sql.*;
public class commonBean
{
String url="jdbc:odbc:newDatabase";
Connection con;
ResultSet rs;
Statement stmt;
public boolean sort(String s)
{boolean cun=false;
try
{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
con=DriverManager.getConnection(url,"sa"," ");
stmt=con.createStatement();
rs=stmt.execueQueryMoon;
if(rs.next()) cun=true;
stmt.close();
}
catch(Exception ex){
System.err.print("Exception:");
System.err.println(ex.getMessage());
}
return cun;
}
}

出现的错误如下:

Error: 500
Location: /examples/commonlogin.jsp
Internal Servlet Error:

org.apache.jasper.JasperException: Unable to compile class for JSP???sun.tools.javac.Main ????
D:\tomcat\webapps\examples\WEB-INF\classes\commonBean.java:15: ? interface java.sql.Statement ?????? execueQuery(java.lang.String)?
rs=stmt.execueQueryMoon;

2.Re:求助关于连接SQL数据库的问题 [Re: 我行我速] Copy to clipboard
Posted by: c00lzhang
Posted on: 2005-11-09 11:23

首先我声名我也是个初学者,所以我不能肯定我说的是否正确。

3.Re:求助关于连接SQL数据库的问题 [Re: 我行我速] Copy to clipboard
Posted by: c00lzhang
Posted on: 2005-11-09 11:27

我觉得好象是你在与数据库的连接有问题:String url="jdbc:odbc:university?user=admin&password=123456";
university=你的数据库名, admin=你的登入帐号 password=你的口令。
错了不要骂我 谢谢!

4.Re:求助关于连接SQL数据库的问题 [Re: 我行我速] Copy to clipboard
Posted by: angelstx
Posted on: 2005-11-11 12:14

能否说出你这个程序想干什么,我试着调试一下,好不?

5.Re:求助关于连接SQL数据库的问题 [Re: 我行我速] Copy to clipboard
Posted by: chengbd
Posted on: 2005-11-12 04:15

也看不出哪有问题,建议代码应该加个package


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923