CodeLyko v1.0
By R.Hasaranga (c) 2013

I saw same coding pattern repeated again and again after building few database applications using c#.
So I decided to create a tool to automate the process. This is it! You give system specification using 
xml file and this tool generates access database with tables+queries and connector code with storage classes.

Since generated code is a partial class, you can add new methods to that class using another source file 
without breaking auto generated code!

This tool was made to use with gui tool. So there is no error checking operations 
occur while reading xml file and you may easily crash the app...  ;-)

Requirements:  DotNet 2.0 Runtime + Access