<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[[Mysql_java]用桥连的方法即JDBC:ODBC连接mysql]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 14 Dec 2006 02:55:24 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	File:MysqlConn.java<br/>code:<br/>import java.sql.*;<br/>public class MysqlConn &#123;<br/>static&#123;<br/> &nbsp;<br/> &nbsp; &nbsp;try &#123;<br/> &nbsp; &nbsp;Class .forName(&quot;sun.jdbc.odbc.JdbcOdbcDriver&quot;);<br/> &nbsp; &nbsp;System.out.print(&quot;Sucess loading JDBC_ODBC Bridge Drive...&quot;);<br/> &nbsp; &nbsp; &nbsp;&#125;<br/> &nbsp;catch (Exception e)&#123;<br/> &nbsp; &nbsp;System.out.print(&quot;Erro loading JDBC-ODBC Bridge Driver...&#92;n&quot;);<br/> &nbsp; &nbsp;e.printStackTrace(); &nbsp;<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#125; <br/> &nbsp; &nbsp; &nbsp;&#125;<br/> &nbsp;public static void main(String[] args) &#123; <br/> &nbsp; &nbsp;try&#123;<br/> &nbsp; &nbsp; &nbsp;Connection con1=DriverManager.getConnection(&quot;jdbc:odbc:choa_samples&quot;,&quot;root&quot;,&quot;12345&quot;); <br/> &nbsp; &nbsp; &nbsp; &#125; <br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catch(SQLException e)&#123;<br/> &nbsp; &nbsp; &nbsp;<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; e.printStackTrace(); <br/> &nbsp; &nbsp; &nbsp;<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#125; &nbsp;<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#125;<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#125;
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [Mysql_java]用桥连的方法即JDBC:ODBC连接mysql]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>