Hi, Please see the DAS beta2 , about to be released to see the named parameters support implemented. Regards, Amita
On 6/27/07, Amita Vadhavkar <[EMAIL PROTECTED]> wrote: > > Hi, > > RDB DAS uses java.sql.PreparedStatement at the end to issue any SQL to > RDBMS. In PreparedStatement, there is support for setXXX(index, value) and > not setXXX(name, value), so the sequence of parameters is what is matched > when setting params. This is the reason why in RDB DAS Config, there is no > "name" attribute in "Parameter, but "index". > > Regards, > Amita > > On 6/27/07, litaojian <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > When I config a command in DAS , and the command has many parameters > > , each parameter only have a index element and a type element , > > I didn't know how to input the value for the parameter , so I want to > > need a name for each paameter , that can help name to use the command . > > Could someone add the name element in the config.xsd ? > > > > BR , > > > > > > > > > > litaojian > > 2007-06-27 > > > >
