利用jsp mysql 對資料庫進行訪問

2021-07-24 21:46:18 字數 892 閱讀 3920

<%

connection conn = null;

statement stmt;

//載入資料庫驅動類

class.forname("com.mysql.jdbc.driver").newinstance();

//資料庫連線url

string url="jdbc:mysql:";//我本地資料庫的名稱叫做ysp;

//資料庫使用者名稱和密碼

string user="root";//我mysql的賬號和密碼

string password="root";

//根據資料庫引數取得乙個資料庫連線值

conn = drivermanager.getconnection(url,user,password);

out.print("取得乙個資料庫連線:");

out.print(conn.tostring()+"

");stmt=conn.createstatement();

string sql="select * from table1";

//以上為jsp連線資料庫

resultset rs=stmt.executequery(sql);//返回結果

while (rs.next())

//以上為將查詢的結果通過顯示出來

rs.close();

conn.close();

%>

在做東西過程的小錯誤:

在post過程中最好利用 \" 防止 「 發揮作用。**義字元)

另外在運算元據庫中查詢

resultset rs=stmt.executequery(sql); 改查刪用

stmt.executeupdate(sql);

操作mysql需要有個驅動包

solr5 0mysql solr對資料庫進行索引

1,檔案位置說明 solr伺服器目錄位於d solr tomcat tomcat目錄位於d tomcat 6.0.18 2,修改d solr tomcat conf solrconfig.xml,新增以下 data config.xml 3,在d solr tomcat conf裡新增data co...

yii 利用query 對資料庫的操作

sql select from express template where ec id ec id command connection createcommand sql result command queryall imgaddress yiibase getpathofalias webr...

yii 利用query 對資料庫的操作

sql select from express template where ec id ec id command connection createcommand sql result command queryall imgaddress yiibase getpathofalias webr...