Difference between revisions of "Category:Microsoft Access"

From database24
Jump to navigation Jump to search
(Created page with 'Category:Microsoft Access == Microsoft Access vs Jet Database Engine == Technically speaking "Microsoft Access" is a front end for the "Jet Database Engine". For the sake of ...')
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Microsoft Access]]
 
 
== Microsoft Access vs Jet Database Engine ==
 
== Microsoft Access vs Jet Database Engine ==
 
Technically speaking "Microsoft Access" is a front end for the "Jet Database Engine". For the sake of simplicity and as many people do not know the difference, "Microsoft Access" will henceforth be used synonymously for the "Jet Database Engine".
 
Technically speaking "Microsoft Access" is a front end for the "Jet Database Engine". For the sake of simplicity and as many people do not know the difference, "Microsoft Access" will henceforth be used synonymously for the "Jet Database Engine".
Line 11: Line 10:
  
 
== Special Objects ==
 
== Special Objects ==
* System tables (MSys)
+
* [[Microsoft Access System Tables|System tables]] (MSys*)
* Temporary tables (~sq_f*)
+
* Temporary objects (~sq_f*)
  
 
== SQL ==
 
== SQL ==
* OLEDB-Queries
+
* [[Microsoft Access Special Queries|Special Queries]]
 
* No ALTER VIEW etc
 
* No ALTER VIEW etc
 +
 +
== Debugging ==
 +
* [[Microsoft Access Error Codes|Error codes and their true reason]]

Latest revision as of 23:33, 11 February 2012

Microsoft Access vs Jet Database Engine

Technically speaking "Microsoft Access" is a front end for the "Jet Database Engine". For the sake of simplicity and as many people do not know the difference, "Microsoft Access" will henceforth be used synonymously for the "Jet Database Engine".

Coding

Special Objects

SQL

Debugging