<% @ Page ContentType = "Text / HTML; Charset = GB2312"%> <% @ page import = "java.sql. *"%>
JSP Dragon in Oracle) Title > head> <% string teststr = "small white";%>
Output:
----------------- <% = teststr %> -----------------
Font Channel and Intooracle:
---------------- ----
<% // Character Conversion String IntB = New String (Teststr.getbytes (), "ISO8859-1");
Class.forName ( "oracle.jdbc.driver.OracleDriver"); String s_db_connection_string = "jdbc: oracle: thin: @ 192.168.0.2: 1521: server"; Connection con = DriverManager.getConnection (s_db_connection_string, "gu", "jian "); String sql =" INSERT INTO TEST (A) VALUES ('" intodb ") "; preparedState pstmt = con?preparestatement (SQL); PSTMT.ExecuteUpdate (); pstmt.close () ;con.close %>%>