RE: Merging multiple sqlmaps configurations

2005-05-23 Thread Zeltner Martin
i have no idea what you are asking. Please be more > specific. It would be helpful if you clarified what a module is and > how it relates to sqlmap configurations. Does anyone else understand > Martin's problem? I'm known to be dense :) > > Brandon > > On 5/23/05,

RE: Merging multiple sqlmaps configurations

2005-05-23 Thread Zeltner Martin
files configured into it or load two SqlMapClients with their own sqlMapConfig files. Brandon On 5/23/05, Zeltner Martin <[EMAIL PROTECTED]> wrote: > Hello, > > I've got following two sqlmaps configuration files: > > > file1: > > > > > file2: &

Merging multiple sqlmaps configurations

2005-05-23 Thread Zeltner Martin
Hello, I've got following two sqlmaps configuration files: file1: file2: I'd like to merge these two files now. Is there a possability so that I do not have to create a file like this below? file3: Thanks, Cheers,

java.sql.PreparedStatement or java.sql.Statement used?

2005-05-13 Thread Zeltner Martin
Hello, I've tried to find out in which combination a "java.sql.PreparedStatement" and in which a "java.sql.Statement" is used. Is there a possability to config each statement? I'd like to realize that I can access a table dependent of a given parameter. The sql could looks like the following: sel