<% 'Open connection to database set cnn1 = Server.CreateObject("ADODB.Connection") cString = "basedata" cnn1.Open cString 'Open recordset containing all fields from plans table sql = "SELECT * FROM plans;" Set rsPlans = Server.CreateObject("ADODB.Recordset") rsPlans.Open sql, cnn1, adOpenForwardOnly, adLockReadOnly, adCmdtext %> Sustainable Designs LLC - Home Plans

Home Plans

At Sustainable Designs we know every family has it's own special needs and desires for their new home.  We are committed to building custom homes that fit your specific needs and budget.  The plans presented here are a starting point for structure and style for your new home.  Our plans are divided into two categories: Traditional Homes & Modern Homes.

Modern & Traditional Homes

<% rsPlans.Close set rePlans = Nothing cnn1.Close set cnn1 = Nothing %>