public
Description: An example of how to use ActiveRecord with SQLServer
Homepage:
Clone URL: git://github.com/alexmoore/activerecord-with-sqlserver-example.git
README
1. Run the CreatePersonTable.sql to add the Person table to your database.

2. Edit the database connection properties in Config.rb.

3. Run PersonFactory.rb and have fun.


Alex