Microsoft Access

Microsoft Access
Microsoft Access
Microsoft Office Access Icon
Access.PNG
Microsoft Office Access 2010 running on Windows 7
Developer(s) Microsoft Corporation
Initial release 1.0 / November 1992; 19 years ago (1992-November)
Stable release 2010 (14.0) / April 28, 2010; 18 months ago (2010-04-28)
Operating system Microsoft Windows
Type RDBMS
License Proprietary commercial software
Website office.microsoft.com/access

Microsoft Office Access, previously known as Microsoft Access, is a relational database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is a member of the Microsoft Office suite of applications, included in the Professional and higher editions or sold separately. In May 12 2010, the current version of Microsoft Access 2010 was released by Microsoft in Office 2010; Microsoft Office Access 2007 was the prior version.

MS Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases.[1]

Software developers and data architects can use Microsoft Access to develop application software, and "power users" can use it to build simple applications. Like other Office applications, Access is supported by Visual Basic for Applications, an object-oriented programming language that can reference a variety of objects including DAO (Data Access Objects), ActiveX Data Objects, and many other ActiveX components. Visual objects used in forms and reports expose their methods and properties in the VBA programming environment, and VBA code modules may declare and call Windows operating-system functions.

Contents

History

Project Omega

Microsoft's first attempt to sell a relational database product was during the mid 1980s, when Microsoft obtained license to sell R:Base.[2] In the late 1980s Microsoft developed its own solution codenamed Omega.[3] It was confirmed in 1988 that a database product for Windows and OS/2 was in development.[4][5] It was going to include "EB" Embedded Basic language,[3] which was going to be the language for writing macros in all Microsoft applications,[6] but the unification of macro languages did not happen until the introduction of VBA. Omega was also expected to provide a front end to the Microsoft SQL Server.[7] The application was very resource demanding and there were reports that it was working slow on then-available 386 processors.[8] It was scheduled to be released in the 1st quarter of 1990,[9] but in 1989 the development of the product was reset[2][10] and it was rescheduled to be delivered no sooner than in January 1991.[11] Parts of the project were later used for other Microsoft projects: Cirrus (codename for Access) and Thunder (codename for Visual Basic, where the Embedded Basic engine was used).[2][3] After Access's premiere, the Omega project was demonstrated in 1992 to several journalists and included features that were not available in Access.[12]

Project Cirrus

After scrapping the Omega project, some of its developers were assigned to the Cirrus project (most were assigned to the team which created Visual Basic).[2] Its goal was to create a competitor for applications like Paradox or dBase that would work on Windows.[13] After Microsoft acquired FoxPro, there were rumors that the Microsoft project might get replaced with it,[14] but the company decided to develop them in parallel. It was assumed that the project would make use of Extensible Storage Engine (Jet Blue)[15] but, in the end, only support for Microsoft Jet Database Engine (Jet Red) was provided. The project used some of the code from both the Omega project and a pre-release version of Visual Basic.[3] In July 1992, betas of Cirrus shipped to developers[16] and the name Access became the official name of the product.[17]

Timeline

1992: Microsoft released Access version 1.0 on 13 November 1992, and an Access 1.1 release in May 1993 to improve compatibility with other Microsoft products and to include the Access Basic programming language.

1993: Microsoft specified the minimum hardware requirements for Access v2.0 as: Microsoft Windows v3.1 with 4 MB of RAM required, 6 MB RAM recommended; 8 MB of available hard disk space required, 14 MB hard disk space recommended. The product shipped on seven 1.44 MB diskettes. The manual shows a 1993 copyright date.

Originally, the software worked well with relatively small databases but testing showed that some circumstances caused data corruption. For example, file sizes over 10 MB proved problematic (note that most hard disks held less than 500 MB at the time this was in wide use), and the Getting Started manual warns about a number of circumstances where obsolete device drivers or incorrect configurations can cause data loss. With the phasing out of Windows 95, 98 and ME, improved network reliability, and Microsoft having released 8 service packs for the Jet Database Engine, the reliability of Access databases has improved[when?] and it supports both more data and a larger number of users.

With Office 95, Microsoft Access 7.0 (a.k.a "Access 95") became part of the Microsoft Office Professional Suite, joining Microsoft Excel, Word, and PowerPoint and transitioning from Access Basic to Visual Basic for Applications (VBA). Since then, Microsoft has released new versions of Microsoft Access with each release of Microsoft Office. This includes Access 97 (version 8.0), Access 2000 (version 9.0), Access 2002 (version 10.0), Access 2003 (version 11.5), Access 2007 (version 12.0), and Access 2010 (version 14.0).

Versions 3.0 and 3.5 of Microsoft Jet database engine (used by Access 7.0 and the later-released Access 97 respectively) had a critical issue which made these versions of Access unusable on a computer with more than 1 GB of memory.[18] While Microsoft fixed this problem for Jet 3.5/Access 97 post-release, it never fixed the issue with Jet 3.0/Access 95.

The native Access database format (the Jet MDB Database) has also evolved over the years. Formats include Access 1.0, 1.1, 2.0, 7.0, 97, 2000, 2002, 2007, and 2010. The most significant transition was from the Access 97 to the Access 2000 format; which is not backward compatible with earlier versions of Access. As of 2011 all newer versions of Access support the Access 2000 format. New features were added to the Access 2002 format which can be used by Access 2002, 2003, 2007, and 2010.

MS Access 2007 introduced a new database format: ACCDB. ACCDB supports complex data types such as multivalue and attachment fields. These new field types are essentially recordsets in fields and allow the storage of multiple values in one field. With Access 2010, a new version of the ACCDB format supports hosting on a SharePoint 2010 server for exposure to the web.

Prior to the introduction of Access, Borland (with Paradox and dBase) and Fox (with FoxPro) dominated the desktop database market. Microsoft Access was the first mass-market database program for Windows. With Microsoft's purchase of FoxPro in 1992 and the incorporation of Fox's Rushmore query optimization routines into Access, Microsoft Access quickly became the dominant database for Windows - effectively eliminating the competition which failed to transition from the MS-DOS world.[19]

Access's initial codename was Cirrus; the forms engine was called Ruby. This was before Visual Basic - Bill Gates saw the prototypes and decided that the BASIC language component should be co-developed as a separate expandable application, a project called Thunder. The two projects were developed separately as the underlying forms engines were incompatible with each other; however, these were merged together again after VBA.

Access was also the name of a communications program from Microsoft, meant to compete with ProComm and other programs. This proved a failure and was dropped.[20] Years later, Microsoft reused the name for its database software.

Uses

Microsoft Access is used to make databases.

When reviewing Microsoft Access in the real world, it should be understood how it is used with other products. An all-Access solution may have Microsoft Access Forms and Reports managing Microsoft Access tables. However, Microsoft Access may be used only as the 'front-end', using another product for the 'back-end' tables, such as Microsoft SQL Server and non-Microsoft products such as Oracle and Sybase. Similarly, some applications will only use the Microsoft Access tables and use another product as a front-end, such as Visual Basic or ASP.NET. Microsoft Access may be only part of the solution in more complex applications, where it may be integrated with other technologies such as Microsoft Excel, Microsoft Outlook or ActiveX Data Objects.

Access tables support a variety of standard field types, indices, and referential integrity. Access also includes a query interface, forms to display and enter data, and reports for printing. The underlying Jet database, which contains these objects, is multiuser-aware and handles record-locking and referential integrity including cascading updates and deletes.

Repetitive tasks can be automated through macros with point-and-click options. Microsoft Access is popular among non-programmers and professional developers alike. Non-programmers can create visually pleasing and relatively advanced solutions with very little or no code. It is also easy to place a database on a network and have multiple users share and update data without overwriting each other's work. Data is locked at the record level which is significantly different from Excel which locks the entire spreadsheet.

Microsoft offers a wide range of template databases within the program and for download from their website. These options are available upon starting Access and allow users to enhance a database with pre-defined tables, queries, forms, reports, and macros. Popular templates include tracking contacts, assets, issues, events, projects, and tasks. Templates do not include VBA code.

Microsoft Access offers also the ability for programmers to create solutions using the programming language Visual Basic for Applications (VBA), which is similar to Visual Basic 6.0 (VB6) and used throughout the Microsoft Office programs such as Excel, Word, Outlook and PowerPoint. Most VB6 code, including the use of Windows API calls, can be used in VBA. Power users and developers can extend basic end-user solutions to a professional solution with advanced automation, data validation, error trapping, and multi-user support.

Database solutions created entirely in Microsoft Access are well suited for individual and workgroup use across a network. The number of simultaneous users that can be supported depends on the amount of data, the tasks being performed, level of use, and application design. Generally accepted limits are solutions with 1 GB or less of data (Access supports up to 2 GB) and performs quite well with 20 or fewer simultaneous connections (255 concurrent users are supported). This capability is often a good fit for department solutions. If using an Access database solution in a multi-user scenario, the application should be "split". This means that the tables are in one file called the back end (typically stored on a shared network folder) and the application components (forms, reports, queries, code, macros, linked tables) are in another file called the front end. The linked tables in the front end point to the back end file. Each user of the Access application would then receive his or her own copy of the front end file.

Applications that run complex queries or analysis across large datasets would naturally require greater bandwidth and memory. Microsoft Access is designed to scale to support more data and users by linking to multiple Access databases or using a back-end database like Microsoft SQL Server. With the latter design, the amount of data and users can scale to enterprise-level solutions.

Microsoft Access's role in web development prior to version 2010 is limited. User interface features of Access, such as forms and reports, only work in Windows. In versions 2000 through 2003 an Access object type called Data Access Pages created publishable web pages. Data Access Pages are no longer supported. The Microsoft Jet Database Engine, core to Access, can be accessed through technologies such as ODBC or OLE DB. The data (i.e., tables and queries) can be accessed by web-based applications developed in ASP.NET, PHP, or Java.

Access 2010 allows databases to be published to SharePoint 2010 web sites running Access Services. These web-based forms and reports run in any modern web browser. The resulting web forms and reports, when accessed via a web browser, don't require any add-ins or extensions (e.g. ActiveX, Silverlight).

In enterprise environments, Microsoft Access is particularly appropriate for meeting end-user database needs and for rapid application development. Microsoft Access is easy enough for end users to create their own queries, forms and reports, laying out fields and groupings, setting formats, etc. This capability allows professional developers, as well as end users, to develop a wide range of applications to fulfill the needs of an organization or commercial purpose. Many technology departments enjoy Access's ease of use, thus allowing departmental users the ability to create highly focused applications, while allowing the technology departments to focus on the enterprise level systems that provide the information (enterprise data) to supported departments.

A compiled version of an Access database (File extensions: .MDE /ACCDE or .ADE; MDE was replaced in Access 2007) can be created to prevent user from accessing the design surfaces to modify module code, forms, and reports. An MDE/ACCDE file is a Microsoft Access database file with all modules compiled and all editable source code removed. An ADE file is an Access project file with all modules compiled and all editable source code removed. Both the .MDE/ACCDE and .ADE versions of an Access database are used when end-user modifications are not allowed or when the application’s source code should be kept confidential.

Microsoft offers a runtime version of Microsoft Access 2007 for download. This allows people to create Access solutions and distribute it for use by non-Microsoft Access owners (similar to the way DLLs or EXEs are distributed). Unlike the regular version of Access, the runtime version allows users to use the Access application but they cannot use its design surfaces.

Microsoft also offers developer extensions for download to help distribute Access applications, create database templates, and integrate source code control with Microsoft Visual SourceSafe.

Features

Users can create tables, queries, forms and reports, and connect them together with macros. Advanced users can use VBA to write rich solutions with advanced data manipulation and user control.

The original concept of Access was for end users to be able to "access" data from any source. Other uses include: the import and export of data to many formats including Excel, Outlook, ASCII, dBase, Paradox, FoxPro, SQL Server, Oracle, ODBC, etc. It also has the ability to link to data in its existing location and use it for viewing, querying, editing, and reporting. This allows the existing data to change while ensuring that Access uses the latest data. It can perform heterogeneous joins between data sets stored across different platforms. Access is often used by people downloading data from enterprise level databases for manipulation, analysis, and reporting locally.

There is also the Jet Database format (MDB or ACCDB in Access 2007) which can contain the application and data in one file. This makes it very convenient to distribute the entire application to another user, who can run it in disconnected environments.

One of the benefits of Access from a programmer's perspective is its relative compatibility with SQL (structured query language) — queries can be viewed graphically or edited as SQL statements, and SQL statements can be used directly in Macros and VBA Modules to manipulate Access tables. Users can mix and use both VBA and "Macros" for programming forms and logic and offers object-oriented possibilities. VBA can also be included in queries.

Microsoft Access offers parameterized queries. These queries and Access tables can be referenced from other programs like VB6 and .NET through DAO or ADO. From Microsoft Access, VBA can reference parameterized stored procedures via ADO.

The desktop editions of Microsoft SQL Server can be used with Access as an alternative to the Jet Database Engine. This support started with MSDE (Microsoft SQL Server Desktop Engine), a scaled down version of Microsoft SQL Server 2000, and continues with the SQL Server Express versions of SQL Server 2005 and 2008.

Microsoft Access is a file server-based database. Unlike client–server relational database management systems (RDBMS), Microsoft Access does not implement database triggers, stored procedures, or transaction logging. Access 2010 includes table-level triggers and stored procedures built into the ACE data engine. Thus a Client-server database system is not a requirement for using stored procedures or table triggers with Access 2010. Tables, queries, Forms, reports and Macros can now be developed specifically for web base application in Access 2010. Integration with Microsoft SharePoint 2010 is also highly improved.

Access Services and Web database

ASP.NET web forms can query an MS Access database, retrieve records and display them on the browser.[21]

SharePoint Server 2010 via Access Services allows for Access 2010 databases to be published to SharePoint, thus enabling multiple users to interact with the database application from any standards-compliant Web browser. Access Web databases published to SharePoint Server can use standard objects such as tables, queries, forms, macros, and reports. Access Services stores those objects in SharePoint.[22]

Import or Link sources

Microsoft Access can also import or link directly to data stored in other applications and databases.[1] Microsoft Office Access 2007 and newer can import from or link to:

Development

Access stores all database tables, queries, forms, reports, macros, and modules in the Access Jet database as a single file.

For query development, Access offers a "Query Designer", a graphical user interface that allows users to build queries without knowledge of the SQL programming language. In the Query Designer, users can "show" the datasources of the query (which can be tables or queries) and select the fields they want returned by clicking and dragging them into the grid. One can set up joins by clicking and dragging fields in tables to fields in other tables. Access allows users to view and manipulate the SQL code if desired. Any Access table, including linked tables from different data sources, can be used in a query.

Access also supports the creation of "pass-through queries". These snippets of SQL code can address external data sources through the use of ODBC connections on the local machine. This enables users to interact with data stored outside the Access program without using linked tables or Jet.[23] Users construct the pass-through queries using the SQL syntax supported by the external data source.

When developing reports that are linked to queries placing or moving items in the design view of the report, Access runs the linked query in the background on any placement or movement of an item in that Report. If the report is linked to a query that takes a long time to return records this means having to wait until the query has run before you can add/edit or move the next item in the report (this feature cannot be turned off).

Non-programmers can use the macro feature to automate simple tasks through a series of drop-down selections. Macros allow users to easily chain commands together such as running queries, importing or exporting data, opening and closing forms, previewing and printing reports, etc. Macros support basic logic (IF-conditions) and the ability to call other macros. Macros can also contain sub-macros which are similar to subroutines. In Access 2007 enhanced macros with the inclusion of error-handling and of support for temporary variables. Access 2007 also introduced embedded macros that are essentially properties of an object's event. This eliminated the need to store macros as individual objects. Macros however, are limited in their functionality by a lack of programming loops and of advanced coding logic. Most professional Access developers use the VBA programming language for a richer and more powerful development environment.

The programming language available in Access is, as in other products of the Microsoft Office suite, Microsoft Visual Basic for Applications, which is nearly identical to Visual Basic 6.0 (VB6). VBA code can be stored in modules and code behind forms and reports. Modules can also be classes.

To manipulate data in tables and queries in VBA, Microsoft provides two database access libraries of COM components:

  1. Data Access Objects (DAO) (32-bit only), which is included in Access and Windows and evolved to ACE in Microsoft Access 2007 for the ACCDE database format
  2. ActiveX Data Objects ActiveX Data Objects (ADO) (both 32-bit and 64-bit versions)

Beside DAO and ADO, developers can also use OLE DB and ODBC for developing native C/C++ programs for Access.[24] For ADPs and the direct manipulation of SQL Server data, ADO is required. DAO is most appropriate for managing data in Access/Jet databases, and the only way to manipulate the complex field types in ACCDB tables.

In the database container or navigation pane of Access 2007, the system automatically categorizes each object by type. Many Access developers use the Leszynski naming convention, though this is not universal; it is a programming convention, not a DBMS-enforced rule.[25] It is particularly helpful in VBA where references to object names may not indicate its data type (e.g. tbl for tables, qry for queries).

Developers deploy Microsoft Access most often for individual and workgroup projects (the Access 97 speed characterization was done for 32 users).[26] Since Access 97, and with Access 2003 and 2007, Microsoft Access and hardware have evolved significantly. Databases under 1 GB in size (which can now fit entirely in RAM) and 50 simultaneous users are well within the capabilities of Microsoft Access. Of course, performance depends on the database design and tasks. Disk-intensive work such as complex searching and querying take the most time.

As data from a Microsoft Access database can be cached in RAM, processing speed may substantially improve when there is only a single user or if the data is not changing. In the past, the effect of packet latency on the record-locking system caused Access databases to run slowly on a Virtual Private Network (VPN) or a Wide Area Network (WAN) against a Jet database. As of 2010 broadband connections have mitigated this issue. Performance can also be enhanced if a continuous connection is maintained to the back-end database throughout the session rather than opening and closing it for each table access. If Access Database performance over VPN or WAN suffers, then a client using Remote Desktop Protocol (such as Microsoft Terminal Services) can provide an effective solution. Access databases linked to SQL Server or to Access Data Projects work well[citation needed] over VPNs and WANs.

Split Database Architecture

Microsoft Access applications can adopt a split-database architecture. The database can be divided into a front-end database that contains the application objects (queries, forms, reports, macros, and modules), and is linked to tables stored in a back-end shared database containing the data. The "back-end" database can be stored in a location shared by many users, such as a file server. The "front-end" database is distributed to each user's desktop and linked to the shared database. Using this design, each user has a copy of Microsoft Access installed on their machine along with their application database. This reduces network traffic since the application is not retrieved for each use, and allows the front-end database to contain tables with data that is private to each user for storing settings or temporary data. This split-database design also allows development of the application independent of the data. When a new version is ready, the front-end database is replaced without impacting the data database. Microsoft Access has two built-in utilities, Database Splitter and Linked Table Manager, to facilitate this architecture.

Linked tables in Access use absolute paths rather than relative paths, so the development environment either has to have the same path as the production environment or a "dynamic-linker" routine can be written in VBA.

This is not an economical setup across slow networks, or in large organizations separated by great distances, as it will result in excessive lag to database users. SQL backend should be considered in these circumstances.

Access to SQL Server Upsizing (SQL as a backend)

To scale Access applications to enterprise or web solutions, one possible technique involves migrating to Microsoft SQL Server or equivalent server database. A client–server design significantly reduces maintenance and increases security, availability, stability, and transaction logging.

Access includes an Upsizing Wizard that allows users to upsize their databases to Microsoft SQL Server, an ODBC client–server database. An additional solution, the SQL Server Migration Assistant for Access (SSMA), is also available for download from Microsoft.[27]

A variety of upsizing options are available.[28] After migrating the data and queries to SQL Server, the MDB/ACCDB Access database can be linked to the database. This is the easiest migration and most appropriate if the user does not have rights to create objects such as stored procedures on SQL Server. Retrieving data from linked tables is optimized to just the records needed, but this scenario operates less efficiently for multi-table joins that may require copying the whole table across the network.

Access databases can also be converted to Access Data Projects (ADP) which are tied directly to one SQL Server database. ADP's support the ability to directly create and modify SQL Server objects such as tables, views, stored procedures, and SQL Server constraints. The views and stored procedures can significantly reduce the network traffic for multi-table joins. Fortunately, SQL Server supports temporary tables and links to other data sources beyond the single SQL Server database.

Finally, some Access databases are completely replaced by another solution such as ASP.NET or Java once the data is converted.

In many cases, hybrid solutions are created where developers build web interfaces using ASP.NET, while keeping administrative or reporting features that don't need to be distributed to everyone and/or don't change often in Access for information workers to maintain.

While all Access data can migrate to SQL Server, some queries cannot migrate successfully. In some situations, you may need to translate VBA functions and user defined functions into T–SQL or .NET functions / procedures. Crosstab queries can be migrated to SQL Server using the PIVOT command.

Microsoft Access has a reputation among IT professionals as not being as economical on server resources when running large query transactions, especially if users force-terminate the application on the client side. Transactions that were running might still be running on the SQL server unbeknownst to the end-user.[29]

Protection

Microsoft Access offers several ways to secure the application while allowing users to remain productive.

The most basic is a database password. Once entered, the user has full control of all the database objects. This is a relatively weak form of protection which can be easily cracked.

A higher level of protection is the use of workgroup security requiring a user name and password. Users and groups can be specified along with their rights at the object type or individual object level. This can be used to specify people with read-only or data entry rights but may be challenging to specify. A separate workgroup security file contains the settings which can be used to manage multiple databases. Workgroup security is not supported in the Access 2007 and Access 2010 ACCDB database format, although Access 2007 and Access 2010 still support it for MDB databases.

Databases can also be encrypted. The ACCDB format offers significantly advanced encryption from previous versions.[30]

Additionally, if the database design needs to be secured to prevent changes, Access databases can be locked/protected (and the source code compiled) by converting the database to a .MDE file. All changes to the VBA project (modules, forms, or reports) need to be made to the original MDB and then reconverted to MDE. In Access 2007 and Access 2010, the ACCDB database is converted to an ACCDE file. Some tools are available for unlocking and "decompiling", although certain elements including original VBA comments and formatting are normally irretrievable.

File extensions

Microsoft Access saves information under the following file formats:

File format Extension
Protected Access Project .ade
Access Project .adp
Access Blank Project Template .adn
Access Database (2007) .accdb
Access Database Runtime (2007) .accdr
Access Database Template (2007) .accdt
Access Database (2003 and earlier) .mdb
Access Database, used for addins (2,95,97), previously used for workgroups (2). .mda
Access Blank Database Template (2003 and earlier) .mdn
Access Add-in Data (2003 and earlier) .mdt
Access Workgroup, database for user-level security. .mdw
Access (SQL Server) detached database (2000) .mdf
Protected Access Database, with compiled VBA (2003 and earlier) .mde
Protected Access Database, with compiled VBA (2007) .accde
Windows Shortcut: Access Macro .mam
Windows Shortcut: Access Query .maq
Windows Shortcut: Access Report .mar
Windows Shortcut: Access Table .mat
Windows Shortcut: Access Form .maf

Versions

Version Version
number
Release Date[31] Jet version Supported OS Office suite version
Access 1.1
1
1992
1.1
Windows 3.0
Access 2.0
2.0
1993
2.0
Windows 3.1x Office 4.3 Pro
Access for Windows 95
7.0
Aug. 24, 1995
3.0
Windows 95 Office 95 Professional
Access 97
8.0
Jan. 16, 1997
3.5
Windows 9x, NT 3.51/4.0 Office 97 Professional and Developer
Access 2000
9.0
June 7, 1999
4.0 SP1
Windows 9x, NT 4.0, 2000, XP Office 2000 Professional, Premium and Developer
Access 2002
10
May 31, 2001
4.0 SP1
Windows 98, Me, 2000, XP Office XP Professional and Developer
Access 2003
11
Nov. 27, 2003
4.0 SP1
Windows 2000, XP, XP Professional x64, Vista Office 2003 Professional and Professional Enterprise
Access 2007
12
Jan. 27, 2007
12
Windows XP SP2, XP Professional x64, Vista Office 2007 Professional, Professional Plus, Ultimate and Enterprise
Access 2010
14
July 15, 2010
14
Windows XP SP3, Vista, Windows 7 Office 2010 Professional, Professional Academic and Professional Plus

There are no Access versions between 2.0 and 7.0 because the Windows 95 version was launched with Word 7. All of the Office 95 products have OLE 2 capabilities, and Access 7 shows that it was compatible with Word 7.

See also

References

  1. ^ a b "Introduction to importing and exporting data". Microsoft. http://office.microsoft.com/en-gb/access-help/introduction-to-importing-and-exporting-data-HA101790599.aspx. Retrieved 15 October 2010. 
  2. ^ a b c d Goodhew, Tony (11 1996). "Jet Engine: History". http://www.avdf.com/nov96/acc_jet.html. Retrieved 2011-01-02. 
  3. ^ a b c d Ferguson, Scott. "The Birth of Visual Basic". http://www.forestmoon.com/birthofvb/birthofvb.html. 
  4. ^ Brownstein, Mark; Johnston, Stuart J. (November, 14 1988). "Microsoft Works on SAA Database". InfoWorld: p. 1. http://books.google.pl/books?id=wTsEAAAAMBAJ. 
  5. ^ Brownstein, Mark (February, 13 1989). "Microsoft Puts Finishing Touches on Windows Applications". InfoWorld: p. 5. http://books.google.pl/books?id=QDoEAAAAMBAJ. 
  6. ^ Flynn, Laurie (May, 8 1989). "Microsoft Applications to Share Macro Language". InfoWorld: p. 5. http://books.google.pl/books?id=RzoEAAAAMBAJ. 
  7. ^ Flynn, Laurie (August, 21 1989). "Microsoft Waits on SQL Front Ends". InfoWorld: p. 109. http://books.google.pl/books?id=rjAEAAAAMBAJ. 
  8. ^ Cringely, Robert X. (September, 4 1989). "Gates Claims That 80286 Systems Are No Longer His Babies". InfoWorld: p. 82. http://books.google.pl/books?id=rDAEAAAAMBAJ. 
  9. ^ Cringely, Robert X. (July, 31 1989). "No Way, the PC Industry Will Always Be Dominated By Doritos". InfoWorld: p. 86. http://books.google.pl/books?id=tjAEAAAAMBAJ. 
  10. ^ Cringely, Robert X. (October, 16 1989). "Lotus Exec Tells of Ordeal: "Aliens Force Me to Use MS Windows"". InfoWorld: p. 106. http://books.google.pl/books?id=nDAEAAAAMBAJ. 
  11. ^ Cringely, Robert X. (November, 20 1989). "Elvis, Now a Vegas Parking Lot Attendant, Further Delays Intel 486". InfoWorld: p. 106. http://books.google.pl/books?id=qDAEAAAAMBAJ. 
  12. ^ Mace, Scott (November, 30 1992). "Microsoft demos its ill-fated Omega". InfoWorld: p. 16. http://books.google.pl/books?id=L1EEAAAAMBAJ. 
  13. ^ Picarille, Lisa; Mace, Scott (March, 30 1992). "Microsoft's Fox purchase stirs up the XBase market". InfoWorld: p. 1. http://books.google.pl/books?id=5j0EAAAAMBAJ. "Cirrus (...) will go head-to-head with Paradox and Metaphor Computer Systems' Metaphor program." 
  14. ^ Cringely, Robert X. (November, 4 1991). "Whatever costume Eckhard wears is likely to scare Silicon Graphics". InfoWorld: p. 118. http://books.google.pl/books?id=Xz0EAAAAMBAJ. "(...) rumor (...) that FoxPro might replace Redmond's long-delayed database, now code-named Cirrus." 
  15. ^ Mace, Scott (June, 29 1992). "Microsoft creating API to complement ODBC". InfoWorld: p. 1. http://books.google.pl/books?id=blEEAAAAMBAJ. "Open ISAM support will be in Microsoft's forthcomming Cirrus RDBMS for Windows." 
  16. ^ "Developers get beta version of Microsoft RDBMS". InfoWorld: p. 3. July, 13 1992. http://books.google.pl/books?id=elEEAAAAMBAJ. 
  17. ^ Johnston, Stuart J. (July, 20 1992). "Cirrus dubbed Access; faster beta released". InfoWorld: p. 1. http://books.google.pl/books?id=IlEEAAAAMBAJ. 
  18. ^ "Out of memory" error starting Microsoft Access
  19. ^ Microsoft Access History
  20. ^ Where did the name for Microsoft Access come from?
  21. ^ http://www.aspfree.com/c/a/ASP.NET/Create-ASPNET-Web-Forms-to-Use-a-Microsoft-Access-Database/
  22. ^ http://msdn.microsoft.com/en-us/library/ff402351.aspx
  23. ^ Sinclair, Russell (2000). From access to SQL server. Apress Series. Apress. p. 340. ISBN 9781893115248. http://books.google.com/books?ei=ek82TPreCtigkQXIpqy3Aw&ct=result&id=CK2WOq4WlPkC. Retrieved 2010-07-08. "SQL pass-through queries are queries in which you can enter a statement that is passed directly to the ODBC driver without the Jet engine validating it or parsing it in any way." 
  24. ^ Aleksandar Jakšić (08 2008). "Developing Access 2007 Solutions with Native C or C++". Microsoft Corporation. http://msdn.microsoft.com/en-us/library/cc811599.aspx. Retrieved 2008-09-22. 
  25. ^ Naming Conventions for Microsoft Access[dead link]
  26. ^ Kevin Collins (Microsoft Jet Program Management), "Microsoft Jet 3.5 Performance Overview and Optimization Techniques", MSDN. Retrieved July 19, 2005.
  27. ^ http://www.microsoft.com/sqlserver/2005/en/us/migration-access.aspx
  28. ^ Access Upsizing Project
  29. ^ Error message when you run an append query, run a make-table query, or import data in a large Access database file: "Invalid argument"
  30. ^ Security Considerations and Guidance for Access 2007
  31. ^ "Microsoft Access Life-cycle Information". http://support.microsoft.com/lifecycle/search/default.aspx?sort=PN&alpha=Access&Filter=FilterNO. Retrieved 2011-10-23. 

External links

This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Microsoft Access — Microsoft Access …   Википедия

  • Microsoft Access — Basisdaten Entwickler Microsoft Corporation Aktuelle Vers …   Deutsch Wikipedia

  • Microsoft Access — Desarrollador Microsoft http://office.microsoft.com/access Información general Lanzamiento Noviembre de 1992 …   Wikipedia Español

  • Microsoft Access — es un sistema de gestión de bases de datos (DBMS) para uso personal o de pequeñas organizaciones. Es un componente de la suite Microsoft Office aunque no se incluye en el paquete básico. Para bases de datos de gran calibre (en cuanto a volúmen de …   Enciclopedia Universal

  • Microsoft Access —   (MS Access), Access …   Universal-Lexikon

  • Microsoft Access — Pour les articles homonymes, voir Access. Microsoft Access …   Wikipédia en Français

  • Microsoft Access Database — Die Microsoft Access Database ist das Standard Datenbank Format von Microsoft Access. Die Standard Datei Erweiterung ist „.mdb“ (seit Access 2007 auch „.accdb“). MDB ist die Abkürzung für Microsoft DataBase und ein Dateiformat, welches eine Datei …   Deutsch Wikipedia

  • Microsoft Access —    A popular relational database program from Microsoft …   Dictionary of networking

  • Microsoft Office 2007 — applications shown on Windows Vista (clockwise from top left: Excel, Word, OneNote, PowerPoint …   Wikipedia

  • Microsoft SQL Server — Developer(s) Microsoft Stable release SQL Server 2008 R2 (10.50.2500.0 Service Pack 1) / July 11, 2011; 4 months ago …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”