Hi All,
I am using simplejdbctemplate to insert the batchupdate in the following code
public void importData(final HashMap map)
{
if(map.size()>0)
{
...
Type: Posts; User: satya_662; Keyword(s):
Hi All,
I am using simplejdbctemplate to insert the batchupdate in the following code
public void importData(final HashMap map)
{
if(map.size()>0)
{
...
Hi All,
I am using the below code for inserting the data but i want to get the autogenerated keys can anyone please explain me how can i get the keys?
public class TestDBExportImpl
{
private...