Ibatis api tells me that the insert method of SqlMapSession return the primary key generated by dbms. but i have never used this mechanism to generate primary key, so how can i test whether the insert sql executed successfully.
Thanks in advance.
Ibatis api tells me that the insert method of SqlMapSession return the primary key generated by dbms. but i have never used this mechanism to generate primary key, so how can i test whether the insert sql executed successfully.
Thanks in advance.