What is Jet ?

The Microsoft Jet database engine

JET is the database engine used by MS Access. In IGSS, this engine allows you to access the native, relational databases (*.mdb) that are associated with each configuration you create. You can even access these files without having MS Access installed. It just requires an ODBC driver for the database product you are using.

DAO (Data Access Objects)

Database developers may want to make custom applications using the Jet interface. This is done using the DAO programming interface. This allows you to access the data from, for example, Visual Basic or Visual C++.

See Also