Skip to content

Commit 4331452

Browse files
authored
Update README.md
1 parent c1e4ee2 commit 4331452

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This project provides a Python-based utility to export the structure and data of MS Access databases (`.mdb`, `.accdb`) into an SQL script. The tool ensures the correct handling of table structures, primary keys, and foreign key relationships, allowing for a smooth migration to other SQL-based databases.
77

8-
![MS Access export tool](screenshots/access_sql_export_screen_00.jpg)
8+
![MS Access export tool](https://raw.githubusercontent.com/whellcome/MSAccessToSQL/e03aab63433e49e8dcef8de42879dfe68af4a748/access_sql_export.jpg)
99

1010
## Features
1111

@@ -64,6 +64,8 @@ This project relies on the `tkextras` module, which enhances functionality for w
6464
3. The tool generates an SQL file with the full database structure and data.
6565
4. Review or modify the exported script as needed, then import it into your SQL database.
6666

67+
![MS Access export tool](https://raw.githubusercontent.com/whellcome/MSAccessToSQL/e03aab63433e49e8dcef8de42879dfe68af4a748/access_sql_export_1.jpg)
68+
6769
#### **Important Note: Access Permissions**
6870

6971
To ensure the application functions correctly, read access to the system tables (`MSysObjects` and `MSysRelationships`) in your Access database is required. Without this access, the application will not be able to extract necessary metadata.

0 commit comments

Comments
 (0)