RE: Autocommit property

2006-03-03 Thread Manikandan.R, ISDC Chennai
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

RE: Error message - com.ibatis.common.jdbc.exception.NestedSQLEx cepti on

2006-02-16 Thread Manikandan.R, ISDC Chennai
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.    -

Error message - com.ibatis.common.jdbc.exception.NestedSQLExcepti on

2006-02-16 Thread Manikandan.R, ISDC Chennai
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

RE: Inserting Blob Data in Oracle 9i

2005-11-17 Thread Manikandan.R, ISDC Chennai
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

Inserting Blob Data in Oracle 9i

2005-11-17 Thread Manikandan.R, ISDC Chennai
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