I need to setup Entity Framework to work with a DB2 database. The main reason is to have nice object model instead of data sets and stored procedures....The questions I have:...Does the version of EF matter? I'd like to use v6 but so far I found only refe...