Title: RE: Autocommit property
Hi Roberto,
1)Perform the following steps to modify WebSphere Studio Application Developer Integration Edition:
a. Open the Web project window.
b. Click Web Deployment Descriptor to open the /WebContent/WEB-INF/web.xml file.
c. Click th
Thanks for your response vincent. we checked the projectId, it is not
null and also we think java.sql.Date is not required if there is a real
problem then how come it updata the data during first time. we come to know,
nature of the error message is not consistent with particular
field.
-
Hi
In our web application we are trying
to update a table. our query is,
UPDATE PROJECT_MASTER
SET
ORG_HIERARCHY_ID =
#orgHierarchyId#,
PMO_NUMBER =
#pmoNumber#,
STAR_PRO_NUMBER =
#starProNumber#,
DESCRIPTION =
#description
here...
http://opensource2.atlassian.com/confluence/oss/display/IBATIS/How+do+I+use+a+BLOB+or+CLOB
Looks towards the bottom.
Nathan
On Nov 17, 2005, at 9:48 AM, Manikandan.R, ISDC Chennai wrote:
Hi, We are doing some feasibility
analysis on IBatis SqlMapper. We are
Title: Inserting Blob Data in Oracle 9i
Hi,
We are doing some feasibility analysis on IBatis SqlMapper. We are using Oracle 9i database and ojdbc14.jar as driver, and we have external Typehandlers for clob and blob data and are matched to String and byte array respectively. As for as fetching