|
Example MkTbls: This is one of basic examples, but it shows you how to deal with various database objects such as indexes, keys, relationships, tables, and so on. Additionally, it tells you how to create a MS Access database file from your codes without MS Access application in your computer, and how to use two-phase transactions. Here is the list of answers.
In addition to this example, OleDBPro provides the example MkTblsEx, which demonstrates using COSessionEx functions to complete the above job instead of DDL statements. |