ODS - Database Development Made Easy
Does your application need a database backend? Not a database expert?
Fed up with writing tedious data access code?
ODS is aimed at Microsoft .NET Developers who need a database backend for their application, especially those with little or no database expertise. ODS is particularly useful for freelance developers, software houses and individuals developing new applications or who need a new database to use with their existing application.
How does ODS work?
ODS is a dedicated Data Access Layer designer. Rather than starting with a database, you start by designing the objects that you want to store in a database, using ODS Design Studio. ODS automatically designs a database for you based these objects and generates .NET source code that implements a Data Access Layer (DAL). Your application uses the DAL to create new databases and store and retrieve your objects.
ODS Design Studio also tracks design changes and automatically generates updated DAL source code that can be used to upgrade databases previously created by your DAL.