Here's a console application that calls the QueryForList method on a SqlMapper object and prints out Count property of the returned PersonCollection object:
http://www.ronosaurus.com/IBatisNet/HelloWorld.zip The path the the Person.mdb file is hard-coded to C:\Person.mdb in the SqlMap.config file. The program uses the Log4Net logging adapter and records the sql queries sent to the database to a file called HelloWorld.log. If you have any questions, try doing this tutorial: http://tinyurl.com/78use http://opensource2.atlassian.com/confluence/oss/display/IBATIS/Quick+Start+Guide --- Henry Lu <[EMAIL PROTECTED]> wrote: > Is there one who can send me a complete console example of c# ibatis > net > project? I got so many errors one after another. I am not sure I > got/downloaded the right version for everything. > > -Henry >

