It's not possible currently to have more than one SQL statement per JDBC sampler request.
It looks like support for multiple statements in a single request is database dependent. It may well be disabled by default as a security measure (makes SQL injection attacks more difficult). On 16/03/2009, aidy lewis <[email protected]> wrote: > Sebb, > > I have many sql statements per use-case. Can I just make sure that it > is not possible to have multiple select statements in the JDBC select > query request or that it is bad practice? > > Thanks > > Aidy > > 2009/3/15 sebb <[email protected]>: > > > I am saying that 1 SQL query per request *will* work. > > > > On 15/03/2009, aidy lewis <[email protected]> wrote: > >> Hi Sebb, > >> > >> > >> Are you saying I should have 1 SQL query per JDBC request? > >> > >> Is it not poosible to have mutliple queries within one JDBC request? > >> > >> Thanks > >> > >> > >> Aidy > >> > >> > >> On 15/03/2009, sebb <[email protected]> wrote: > >> > Why not just use several requests? > >> > > >> > > >> > > >> > On 15/03/2009, aidy lewis <[email protected]> wrote: > >> > > Hi, > >> > > > >> > > I have a number of SQL queries in a JDBC request. However the > Response > >> > > Data only returns the first SQL query. > >> > > > >> > > Is this correct? Is it possible for all SQL queries to be returned? > >> > > > >> > > Aidy > >> > > > >> > > >> > > > --------------------------------------------------------------------- > >> > > To unsubscribe, e-mail: [email protected] > >> > > For additional commands, e-mail: > [email protected] > >> > > > >> > > > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: [email protected] > >> > For additional commands, e-mail: [email protected] > >> > > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

