Weblogic 8.1又一个问题---应该是有关JDBC的# Java - 爪哇娇娃
t*k
1 楼
import java.io.*;
import java.sql.*;
import java.util.*;
import javax.ejb.*;
import javax.sql.*;
import weblogic.ejb.*;
import weblogic.jdbc.vendor.oracle.*;
private String updateBulletinReply(BulletinReplyInfo bulletinReplyInfo)
{
if (bulletinReplyInfo == null)
{
return null;
}
try
{
pts = con.prepareStatement(sql);
pts.setString(1,bulletinReplyInfo.getReplyManID());
pts.setTimestamp(2,new
import java.sql.*;
import java.util.*;
import javax.ejb.*;
import javax.sql.*;
import weblogic.ejb.*;
import weblogic.jdbc.vendor.oracle.*;
private String updateBulletinReply(BulletinReplyInfo bulletinReplyInfo)
{
if (bulletinReplyInfo == null)
{
return null;
}
try
{
pts = con.prepareStatement(sql);
pts.setString(1,bulletinReplyInfo.getReplyManID());
pts.setTimestamp(2,new