Topic: 远程调用ejb不能通过resultset传值,为什么啊? |
Print this page |
1.远程调用ejb不能通过resultset传值,为什么啊? | Copy to clipboard |
Posted by: reborn Posted on: 2003-08-15 15:16 远程调用ejb不能通过resultset传值,为什么啊? |
2.Re:远程调用ejb不能通过resultset传值,为什么啊? [Re: reborn] | Copy to clipboard |
Posted by: jameszhang Posted on: 2003-08-15 17:07 在connection 关闭后,被垃圾收集器回收 |
3.Re:远程调用ejb不能通过resultset传值,为什么啊? [Re: reborn] | Copy to clipboard |
Posted by: linux_china Posted on: 2003-08-15 21:05 ResultSet是基于数据库连接的,应此无法想可序列化的对象那样在网络互传,你可以使用CachedRowset,到java.sun.com下载! |
4.Re:远程调用ejb不能通过resultset传值,为什么啊? [Re: reborn] | Copy to clipboard |
Posted by: bruce Posted on: 2003-08-15 22:00 把包在vector里传送 |
5.Re:远程调用ejb不能通过resultset传值,为什么啊? [Re: reborn] | Copy to clipboard |
Posted by: lixj0571 Posted on: 2003-08-20 17:31 使用rowset ResultSet rst .... RowSet rs = new CachedRowSet(); rs.populate(rst); return rs; |
6.Re:远程调用ejb不能通过resultset传值,为什么啊? [Re: reborn] | Copy to clipboard |
Posted by: hut Posted on: 2003-09-08 18:32 ResultSet只是个二维指针而已,没有存储数据的能力。 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |