Telerik blogs
  • Productivity

    2011 Brings More Free Database Providers for Telerik’s OpenAccess ORM

    Technorati Tags: Telerik,OpenAccess,ORM OpenAccess, Telerik’s Object Relational Mapper (ORM) recently added many more databases that are supported in the free version! The Free Edition now supports: Microsoft SQL Server 2000/2005/2008 Microsoft SQL Server Express 2005/2008 Microsoft SQL Server Compact 3.5 MySQL 5.x Firebird Server 2.x Oracle Database 10g  Express Edition SQLLite PostgreSQL 8.4+ In a nutshell, all version of SQL Server except for SQL Azure. OpenAccess Free Edition provides powerful features that can really move you forward in your project.  Data Access code is like plumbing. Everyone needs it, but does being a plumber give you an advantage over your competitors?  Let Telerik...
    June 09, 2011
  • People

    Telerik OpenAccess ORM - Best of TechEd 2011 Finalist

    Telerik OpenAccess ORM has been selected as a Best of TechEd North America 2011 finalist in the Database Development category -- congratulations to the OpenAccess team! Their hard work is paying off, especially after the well-accepted usability revamp of the Visual Designer. There is one final vital step before the winners are selected from the finalists' pool, and it is an interview which will be conducted by the editorial judging panel during TechEd. We hope to grab this one -- it is highly deserved. If you plan to visit TechEd North America in Atlanta in May, stop by the Telerik booth and ask for an...
    April 29, 2011
  • Productivity Reporting

    Connecting Telerik Reporting to SQL Azure via Open Access

    Download SqlAzure.OpenAccess (C# VS2010) - 163KB In the previous blog post from the series we discussed how to connect Telerik Reporting to a SQL Azure database using ADO.NET with the help of the SqlDataSource component. Now we will demonstrate how to accomplish the same task with Open Access ORM utilizing the OpenAccessDataSource component. For the sake of this example we assume an existing SQL Azure account with the Adventure Works sample database already installed. Let’s start with a new Open Access domain model – the Open Access ORM Data Wizard starts. Choose Microsoft SQL Azure as a backend for the database connection and specify the connection string to your SQL Azure database as shown in the screenshot below: Choose the following tables...
    December 16, 2010
  • Release

    Telerik OpenAccess ORM Q1 2010 SP2 Is Now Available

    We are very happy to announce the availability of Service Pack 2 for Telerik OpenAccess ORM. After a month of hard work we managed to address many of the reported problems and to deliver lots of major enhancements. You can find a detailed list of the fixes, by following this link. Download the new bits from your client accounts and let us know your feedback.
    June 25, 2010
  • Web ASP.NET MVC

    Building Real Applications with Telerik MVC & OpenAccess – Building the Model

    Using OpenAccess Forward Mapping really allows you to focus on building a strong model, rather than getting caught up in the persistence details, and this can expedite development time dramatically. Every developer I know could use a little more time to focus on more important things :) Before we can use the OpenAccess Forward Mapping Wizard, we need to create a model for our application.  After we have a solid model, we can run the wizard, and it will create the database for us! Awesome!   Getting Started The first thing that I do is create an abstract base class that all business...
    February 11, 2010