Hi, I have written some 200 SQL statements to run in different preparestatements.
After executing each statement iam closing the prepare statement. and after fectching data from resultset m closing the resultset too.
But after calling this function 15th time, iam getting this error -1230.
please help.