Drop Access hvis bar en af følgende betingelser er opfyldt: - mange samtidige brugere som opdaterer (over 5-10 stykker) - databasen skal ligge på en anden server end applikationen - datamængden ikke længere er helt lille (over 50-100 MB)
Ok, men brugerne kommer nok ikke til at skulle skrive så meget i databasen, det meste vil nok være folk der henter data fra den.
Vil jo ikke lave det hele i Access og så om 2 MD skulle lave det om, fordi Access ikke kan klare skidtet :D Vil se om jeg ikke kan overtale ham til MySql :D
First, I am NOT saying Access is better than MySQL. Access can have a databse up to 2Gb. The number of connections (users) is really no problem if you program your application correctly. Open connection, make database operation, close connection. A connection should be open for just a short time (seconds) then closed again.
Just because you have 50 users looking at your web pages doesnt mean they are making database operations! While I am writing this text, there should be no connection to the database, but as soon as I commit (send) then the connection is made and hopefully closed shortly afterwards. Keep that in mind and you CAN go a long way with Access. MysSQL will also be faster, but I doubt you will see the difference.
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.