Microsoft Jet « Access « VBA / Excel / Access / Word






1.Include the database version information with the JetOLEDB:Engine Type property
2.connect to JET
3.Read table schema
4.Connection String to Access database
5.Use Recordset.Support to check the supported features
6.Create new database
7.Open a worksheet through OLEDB
8.Opening a Microsoft Jet Database in Read/Write Mode
9.Sub addJetSqlUser()








10.A Simple Connection Example