JET Database

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] Synopsis

The Microsoft JET Database Engine, or simply JET, is a database engine distributed widely by Microsoft but now deprecated. As such, finding information on programming JET databases is becoming more and more difficult. This book attempts to remedy that by presenting necessary information about JET for programmers and database administrators.

This book assumes that the reader already has familiarity with SQL and requires a reference specifically for the JET database engine. Readers unfamiliar with SQL should first refer to the more generic database book SQL.

[edit] Contents

Contents

[edit] IntroductionDevelopment stage: 100% (as of 2007-04-23)

  • What is JET?
  • Reasons for not using JET
  • Why this book is still needed
  • Alternatives

[edit] Creating and connectingDevelopment stage: 75% (as of 2007-04-23)

  • Creating a JET database
  • Compacting a JET database
  • Connecting to a JET database
  • DAO vs SQL

[edit] Data typesDevelopment stage: 100% (as of 2007-04-23)

  • Text types
  • Numeric types
  • Boolean (Yes/No)
  • Dates and times
  • Counters
  • BLOBs

[edit] Object names and constantsDevelopment stage: 100% (as of 2007-04-23)

  • Naming objects in the database
  • Qualifying special names
  • Constants
  • Reserved words

[edit] Data integrityDevelopment stage: 100% (as of 2007-04-23)

  • Constraints
  • Transactions
  • Locking

[edit] Security

  • Database password
  • Users, groups, permissions
  • Encryption

[edit] Data definition languageDevelopment stage: 75% (as of 2007-04-23)

  • Creating and dropping tables
  • Constraints
  • Indexing
  • Security

[edit] Updates and queries

[edit] Functions

  • Scalar functions
  • Aggregate functions

[edit] Views and stored procedures

  • Views
  • Stored procedures
  • Alternatives

[edit] Manipulation toolsDevelopment stage: 100% (as of 2007-07-27)

  • Access
  • Visual Studio
  • JetSQLConsole
  • PlaneDisaster.NET

[edit] Integration and migration

  • Exporting to files
  • Microsoft DTS and SSIS
  • JET replication

[edit] Design tools

  • Managing JET using Microsoft Visio

[edit] Index

  • Index to statements, functions, data types

[edit] Contributors

  • Contributors to this book
Wikibook Development Stages
Sparse text Image:00%.svg Developing text Image:25%.svg Maturing text Image:50%.svg Developed text Image:75%.svg Comprehensive text: Image:100%.svg


[edit] External links

Personal tools
Create a book