I'm creating a small database application to teach myself the following concepts
- C# programming
- .Net 3.5 framework
- WPF
- LINQ ORM
I want to use Microsoft Access as the database but I can't seem to find any mention of whether its possible to use SQLMetal to generate the ORM code from a Microsoft Access database.
Does anyone know if this is possible?
If not, are there any small database or embedded databases I could use? I think SQL express woul be overkill for me at this point.