The problem was how the list of the DbParameter is constructed. We could have a list of positional parameters (?) or named parameter ('@param') [depends of provider] and with named parameter if a property is used many time, the named parameter ('@param') must appear one time.
On 5/15/05, Ron Grabowski <[EMAIL PROTECTED]> wrote: > Good to see this finally got fixed. Was the problem in how the sql was > parsed or how the IDbParameter was being populated?