Hi,

I have a problem when I try to insert into table e new line.
Ibatis 
(version 3, beta 5)  report the error message:

Error updating database.  
Cause: org.apache.ibatis.executor.ExecutorException: Executor was closed.

the 
insert clause used is:
        insert into user (usr,pwd,role,dsc,sts)
        
values (#{username},#{password},#{role},#{description},#{status})

What's 
strange is that the delete function and the update one work fine.

Could you 
give me some advice about the origin of the problem?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to