Microsoft Access
  Home arrow Microsoft Access arrow Understanding and Creating an Access Proje...
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Silverlight  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
ASP Web Hosting  
ASP.NET Web Hosting 
Windows Web Hosting
 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
MICROSOFT ACCESS

Understanding and Creating an Access Project
By: Jayaram Krishnaswamy
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 29
    2005-10-11

    Table of Contents:
  • Understanding and Creating an Access Project
  • Creating the Project
  • Populating with Data
  • Connecting to SQL Server
  • Linking to specific tables

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Understanding and Creating an Access Project


    (Page 1 of 5 )

    In the beginning there was a file based database product called MS Access. It had a terrific front end. Database administrators did not take it seriously, however, since it was small fry for them. SQL and Oracle databases were "the real stuff." But the real stuff was expensive, and did not have a front-end to speak of. For a while, you could use DTS to get data in and out of anywhere, including MS Access and SQL, and it was not a big deal. With an MS Access Project, you have a new construct. You may have data in SQL Server, but you can transparently see it in an Access database. It may have a few limitations, but it works well. This tutorial is about this new construct, available in MS Access 2000 onwards.

    MS Access is a file based database product with a very user friendly front-end. Some of the reasons why one may prefer SQL Server, Oracle, or others is because of considerations regarding the sizes of the databases, security, extensibility, stability, number of connected clients, and so on. However, MS Access has an extremely user friendly programming model, whether it is GUI based or VBA based. It is also relatively inexpensive, bundled with the Office products from the very beginning. For these reasons, it has been used by many small companies, as well as many departments in bigger corporations. Many work arounds have been implemented in the past to have a client/server experience with this product, keeping data separate from business objects such as queries, forms, reports, and so on.

    What is an MS Access Project?

    Microsoft Access Project gives you access to data stored on SQL Servers via familiar OLEDB technology. With an MS Access Project you can work in the client/server mode as easily as in the file server mode, which you could do with earlier (prior 20 Access 2000) versions. With the  Access Project construct, Microsoft has extended the playground of MS Access to the RDBMS arena. The data is all stored in the SQL Server (or, its junior version, MSDE), but the Access application will have access to this data by the OLEDB connectivity which can be implemented in the Access application (or by establishing a connection outside the application) as you will see in this tutorial.

    These are some of the significant items to remember with regard to MS Access projects.

    • The Project file has an *.adp extension and not *.mdb, or *.mde.
    • The Project file does not have tables or queries. The SQL 2000
      server stores tables and views.
    • SQL Server stored procedures replace Access's action queries.
    • The project connects to SQL Server by OLEDB and not by
      ODBC or Jet.
    • Instead of DAO (Data Access Objects) you will use ADO
      (Activex Data Objects)

    This tutorial is about this new construct available in MS Access from MS Access version 2000 onwards.

    More Microsoft Access Articles
    More By Jayaram Krishnaswamy


       · Being the first database product I ever used, I came to like it a lot, like first...
     

    MICROSOFT ACCESS ARTICLES

    - Converting a MySQL Database to an Excel Work...
    - Linking SQL Express 2005 Tables to MS Access...
    - Working with Access Projects in Access 2007
    - Exploring Access 2007
    - Working with Stored Procedures in an MS Acce...
    - Creating and Using Action Queries
    - Creating Data Access Pages with Charts using...
    - Advanced Ideas using VBA
    - VBA Details
    - Updating Records in MS Access
    - Using ADO`s Record Object with URLs
    - Exporting XML from MS Access 2003
    - Importing XML into MS Access 2003
    - On Using Pass-through Queries in MS Access
    - Distributed Queries in MS Access





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek