首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

一个eclipse操作数据库的有关问题

2011-12-30 
一个eclipse操作数据库的问题。ConnectionconngetConnection()Statementsqlconn.createStatement()sql.

一个eclipse操作数据库的问题。
Connection   conn=getConnection();
Statement   sql=conn.createStatement();
sql.executeUpdate( "drop   table   if   exists   test ");
运行到sql.executeUpdate( "drop   table   if   exists   test ");
时候报错
SQLException:[Microsoft][SQLServer   2000   Driver   for   JDBC][SQLServer]Incorrect   syntax   near   the   keyword   'if '.
请高手指点一下。

[解决办法]
你的是mysql的写法

热点排行