Thanks Bruno, That's exactly the approach I was planning to take, but I wanted to confirm if there is other alternatives that make more use of DAL. And if the DAL doesn't support it, should it ?
On Aug 29, 11:54 am, Bruno Rocha <[email protected]> wrote: > I am not sure if DAL can handle SQL mult-insertions but you can build a > string and do: > > db.execute_sql("INSERT IN........")

