首頁  >  文章  >  資料庫  >  jsp读取大对象CLOB并生成xml文件示例_MySQL

jsp读取大对象CLOB并生成xml文件示例_MySQL

WBOY
WBOY原創
2016-06-01 14:06:411111瀏覽

  

















int i=0;
String parID = request.getParameter("id_no");
String strSql;
String content="";

try{
String xmlFile = "/usr/local/tomcat/webapps/vehicles/test.xml";

Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String dburl="jdbc:oracle:thin:@192.168.15.250:1521:ycdb";
Connection con=DriverManager.getConnection(dburl,"training","deep1704sea");
Statement stmt=con.createStatement();

//浣跨
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn