Microsoft Access/MY SQL How to Upload on Neon
I'm very new to Neon and SQL. I invited/shared people within the project but I'm not sure how to upload a Microsoft Access file/MY SQL file to Neon
2 Replies
national-gold•2y ago
@Purassic Jark I don't know much about MS Access. Is it even compatible with Postgres?
Can you expand on what it is your trying to achieve?
stormy-gold•2y ago
I guess you can do this via an ODBC driver, but I don't have MS Access to test it out:
https://docs.devart.com/odbc/postgresql/access.htm
https://stackoverflow.com/questions/637147/convert-access-to-postgresql
Stack Overflow
Convert Access to PostgreSQL?
A client has outgrown their Access database, and now I need to convert it to PostgreSQL. I don't have a lot of Access experience, so at first blush it seems like the best solution is to just expor...