Re: Statement Batching

2007-04-25 Thread Ron Grabowski
There isn't any prohibiting you from using Ayende's example code with IBatisNet now: // his reflection sample...you could also use the delegate code for (int i = 0; i < products.Count; i++) { appendInfo.Invoke(sqlCmdSet, new object[] { SqlMapperAdapter.BuildDbCommand(sqlMapper, "Product.Update

RE: report tool

2007-04-25 Thread Dustin Aleksiuk
No problem. Crystal is pretty difficult to use for sure, and the .NET api is not intuitive. We wanted custom parameter forms too, which adds a bit of complexity. By parameters I don't mean the search parameters, because those go to the ibatis call to get the data. I mean the Crystal ones. For

RE: report tool

2007-04-25 Thread Dorin Manoli
To Dustin: Can you share with us a few samples/ideas? Because I am beginner with Crystal Reports, I found difficult to create a report at runtime and design-time too. :( -Original Message- From: Dustin Aleksiuk [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 8:48 PM To: user-cs@