请问为什么我做的CMP Create后在数据库中并不能产生数据
UserRemoteHome uh = (UserRemoteHome)PortableRemoteObject.narrow(
obj, UserRemoteHome.class);
uh.create("about521","123456");
表T_User有UserId,Password两个字段,都为String型
采用jdbc-odbc桥连接的Access数据库
请问为什么uh.create("about521","123456");
后在数据库中并不能产生数据