如何将sql查询的多条内容直接放在单据分录中
1,095次浏览
编辑于2015年01月20日 10:09:00
如何将sql查询的多条内容直接放在单据分录中
如:String sql="select fname,fnumber,fcompany from a";
IRowSet rs=SQLExecutorFactory.getRemoteInstance(sql).executeSQL();
if(rs.next()){
。。。。。。。。。。。。。。。。。。。改如何写呢?
}
我是新人,麻烦各位多多指教,麻烦了 求回帖
如:String sql="select fname,fnumber,fcompany from a";
IRowSet rs=SQLExecutorFactory.getRemoteInstance(sql).executeSQL();
if(rs.next()){
。。。。。。。。。。。。。。。。。。。改如何写呢?
}
我是新人,麻烦各位多多指教,麻烦了 求回帖
推荐阅读