Contacts: Sample Generated Application

You _need_ Perl for this. Download and install Perl 5.8.

Run: perl gen_all.pl

Then, you start up Microsoft SQL Server, Query Analyzer, and create a database (by running createdb.sql file).

You then create tables and stored procedures in that database by running dbgen.sql file).

Then go to the gen directory, ensure you have .NET Framework SDK in your PATH, and run: csc *.cs

Now, you should have Main.exe in gen directory, and the database should be setup. Run Main.exe.

You should be able to add/modify/delete contacts.

To have other things (besides contacts) managed via this application, just add them to metadata.xml file.

Have fun.

-- 
alex@theparticle.com
http://www.theparticle.com/

