File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,15 @@ To configure your export settings, follow these steps:
79
79
``` sh
80
80
python export-msaccess-sql.py
81
81
```
82
- 2 . ** Select an MS Access database** (` .mdb ` or ` .accdb ` ) and choose (check) the tables for:
82
+ 2 . ** Select an MS Access database** (` .mdb ` or ` .accdb ` ) and ** [ SQL script ] ** , choose (check) the tables for:
83
83
- ** Table export** (Structure schema)
84
84
- ** Data export** (records)
85
- 3 . ** Save your configuration** to a file for future use.
85
+ 3 . ** [ Select a logging file] ** If specified, logging is duplicated to the file.
86
+ 4 . ** Save your configuration** to a file for use in ** command line** mode.
86
87
87
88
---
88
89
89
- ### ** 🔹 Automated Export (Command- Line Mode)**
90
+ ### ** 🔹 Automated Export (Command Line Mode)**
90
91
91
92
Once a configuration file is created, the export process can be executed without user interaction.
92
93
@@ -97,6 +98,7 @@ Once a configuration file is created, the export process can be executed without
97
98
98
99
- The script will ** automatically load the configuration** and ** execute the export** .
99
100
- The ** execution log** is displayed in the console.
101
+ - If a ** logging file** specified, logging is duplicated to the file
100
102
101
103
---
102
104
You can’t perform that action at this time.
0 commit comments