java 数据库操作 list使用
我需要从一个数据库A的一张表中读取N条数据selectclass_No,student_Name,teacher_Name,st_NofromtbStudentwhere...
我需要从一个数据库A的一张表中读取N条数据
select class_No,student_Name,teacher_Name,st_No from tbStudent where teacher_Name is not null;
然后保存在list中
根据st_No更新我另外一个数据库B的一张表中
update st_info set class_No=?,student_Name=?,teacher_Name=? where st_No=?
上面读取的时候先把需要的东西存在在list里面返回,然后下面更新的时候再去读取.
最好能给出比较完整的代码,谢谢了
数据库连接已经好了,主要是业务部分的代码~~ 展开
select class_No,student_Name,teacher_Name,st_No from tbStudent where teacher_Name is not null;
然后保存在list中
根据st_No更新我另外一个数据库B的一张表中
update st_info set class_No=?,student_Name=?,teacher_Name=? where st_No=?
上面读取的时候先把需要的东西存在在list里面返回,然后下面更新的时候再去读取.
最好能给出比较完整的代码,谢谢了
数据库连接已经好了,主要是业务部分的代码~~ 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询