How ODS Design Studio works
ODS Design Studio provides an easy to use, highly productive environment to design classes for the objects to be stored in a database. Each class consists of properties and Add, Update and Delete style data access methods.
Once you've designed your classes, you can generate DAL source code and use it in your application. ODS automatically designs a database that can hold your objects. Source code is generated that can create a new database from scratch as well as implementing the data access methods.
ODS Design Studio tracks subsequent design changes that you make to your classes. When you generate source code, ODS automatically works out how to upgrade the database schema and generates upgrade source code accordingly.
Learn more...