Creating DB in Access
Creating DB in Access
Out of context: Reply #7
- Started
- Last post
- 7 Responses
- SteveJobs0
access is nice because it is 'portable' and you can always import data into sql server or mysql or whatever - or just download the .mdb and move it to another server, or to your machine to test locally.
it has some weird quirks though. for instance, it has a 2gb limit. inserts/deletes/updates will fail if you physically have a table open. it's slower than most other databases.