On Friday 19 August 2005 5:01 pm, Brian Takita wrote: > Hello, > > Are there any any ORM frameworks out there that support legacy Sql > Server Databases? > > Here are some requirements: > * Supports Sql Server > * Support multi-column keys > * Use existing tables as is > * Be easy to set up and use in isolation Is there a DBI driver for SQL Server that works? If so, Kansas should work. That would be dbd_ado, right? I've never tried it, but if it is a decent DBI driver, it should work fine. I'll try to install it tomorrow and see. Kirk Haines