`
星火2012
  • 浏览: 518 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
源代码: public class Test4 {  static Connection con; static PreparedStatement sql; //声明预处理语句 static ResultSet res;  public Connection getConnection(){  try {   con = DBLink.connection();  //获取与数据库的连接   sql = con.prepareStatement("select * from EduData..student where SID = ?"); //预处理语句   sql ...
Global site tag (gtag.js) - Google Analytics