• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1
  • 1
  • Tagged with
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Comparative Study of Web Application Development with SQL Server and Db4o

Danturthi, Sreedhar January 2011 (has links)
This thesis work is a comparative study of technical features between three distinctivemethods for database access. A web store which offers software components to download,for registered users has been built with three different database access methods to drawcomparisons. 1. SQL Server 2005 with stored procedures 2. LINQ to SQL 3. Db4o Working in Visual Studio with three different methods for database access was not difficult.SQL Server with Stored procedures is efficient in performance and offers maintainability ofthe database access logic. LINQ to SQL makes queries to database as first-class languageconstruct providing type-safety and Intellisense. LINQ to SQL has relatively lowperformance compared to Stored procedures because of the translation of LINQ queries toSQL Queries to communicate with the database. Db4o solves the problem of impedancemismatch and making the development of Database model much simpler and similar to theapplication domain model. Although Db4o has its own drawbacks with database size andconcurrency. Db4o can be considered as an alternative to Relational Database ManagementSystems. Db4o works particularly well with applications which have a small data footprint.
2

Prostorové rozšíření objektové databáze / Object Database Spatial Extension

Polách, Ondřej January 2012 (has links)
Still increasing requirements are made on database systems, because users need to work with still more complex data. Because of the historical development of database systems, post-relational database systems are mainly used today. As follows from their name, post-relational database systems are built on relational database systems and expand them so that they are able to work with complex data. The vast majority of today's spatial database systems is based on post-relational databases. However, this work is trying to find a connection between object and spatial databases. The obtained knowledge is reflected in the implementation of the object database spatial extension.

Page generated in 0.0557 seconds