clytras / AccessConverter

A Microsoft Access database conversion tool to convert old and new Access database formats to some other popular SQL based databases and formats
MIT License
35 stars 10 forks source link

Small addition to fulfill two purposes: #6

Closed mcondarelli closed 4 years ago

mcondarelli commented 5 years ago

This will do two things:

The first is trivial and hopefully unique to my database as (repeatedly) calling a "index" a column when that is a reserved word in SQL is not very smart. Renaming attempt shouldn't hurt anyways.

The second allows to pass over data contained in OLE columns, in hope someone will be able to interpret them. In my case those "OLE" fields contain jpeg-formatted images, without any "decoration". They show up as "UNKNOWN" OLE Type in jackcess.

clytras commented 4 years ago

@mcondarelli I'm sorry it took me so long! I think I never saw that notification back then!

Thanks for this PR. Merging.