About 1,450,000 results
Open links in new tab
  1. Connect Access to SQL Server - Microsoft Support

    Microsoft Data Access Objects (DAO) is the native programming object model that lets you get at the heart of Access and SQL Server to create, delete, modify, and list objects, tables, fields, …

  2. Writing a Data Access Layer (DAL) for SQL Server

    Jun 7, 2010 · In this tip, I am going to show you how you can create a Data Access Layer (to store, retrieve and manage data in relational database) in ADO .NET.

  3. Data Access Object(DAO) Design Pattern - GeeksforGeeks

    Jan 31, 2024 · Data Access Object Pattern or DAO pattern is a way of organizing code to handle the communication between your program and a database. It helps keep your code clean and …

  4. c# - MVVM where to put Data Access Layer? - Stack Overflow

    Nov 11, 2009 · DataAccess Classes - In C#, these are very simple classes that model your elemental data objects. When you select something using a LINQ query, you will usually …

  5. Creating a Data Access Layer (C#) | Microsoft Learn

    We'll start with creating a software architecture composed of a Data Access Layer (DAL) using Typed DataSets, a Business Logic Layer (BLL) that enforces custom business rules, and a …

  6. Data Access Object (DAO) and Visual Basic.NET to create an Access ...

    Oct 8, 2010 · Access houses information on its tables in a TableDefs object, which houses individual TableDef objects for each table. The TableDef has a number of methods and …

  7. Connected and Disconnected Architecture in ADO.NET

    The ADO.NET framework accesses data from data sources in two ways: Connection-Oriented Data Access and Disconnected-Oriented Data Access. In this article, I will explain these …

  8. c# - What's the best way to set up data access for an ASP.NET …

    Sep 27, 2013 · If you're using Linq To Sql, you might want to abstract away the data access behind some sort of "repository" interface, such as an IProductRepository. The main appeal …

  9. Data access object - Wikipedia

    In software, a data access object (DAO) is a pattern that provides an abstract interface to some type of database or other persistence mechanism. By mapping application calls to the …

  10. ActiveX Data Object - ADO.NET Object Model

    ADO.NET Object Model includes three data providers for implementing connectivity with databases: SQL Server .NET Data Provider, OLEDB .NET Data Provider, and ODBC .Net …

  11. Some results have been removed
Refresh