I have been trying to find how to set a property for a derby connection to
have a prepared statement perform several INSERT queries.
it was suggested that this may be possible.
Are you trying to execute multiple statements with a single sql string? If so, have you activated the "allow multiple statements" property?
I have not found anything that would show me how to do this.
Can anyone show some info on how to run many INSERT queries in one prepared statement of an idea on the most efficient means to do so.
thanks