• Updating date field in MSSQL thru JDBC not working

    By Sridevi Kumaravel 1 decade ago

    Hi,

    i have created a new application with referrence to your xpagesjdbc.nsf. And i try to update the Personal Info of an Employee (modified JDBC_RowSetDatasource.xsp as per my needs). There I need to insert the Date of Joining of an Employee. And I am binding the column name with the datetime field of Xpage. And the insertion happens correctly. But when i try to open the same record and try to update the date, I am geting the error "error calling method jdbcdata1.acceptchanges" What could be the possible reason? Anyone kindly guide me on this.

    Thanks