Hi there. Im running this website www.elefun.net for my company. It is an C# .net solution.
Most of the website/product information and user information is based on an Access db. Ive got some negative comments about Access dbs like:
1. Access dbs are bad and should not be used.
2. Access do not handle large dbs well.
So Ive been considering to change to an SQL db for I while, but I really dont know if its nesessary. My Access db is at the moment about 9MB. My questions are:
3. Is it OK to use acces dbs for this kind of solutions?
4. Does Access dbs get to large. If they do? When are they to large? 10MB, 100MB, 1GB. I really dont have any clue.
5. Is converting from an Access to an SQL db hard? Ive worked some with both kinds of dbs, but never tried converting between them. Will I have to do many changes in my solution, or will changing the db connection be it?
Most of the website/product information and user information is based on an Access db. Ive got some negative comments about Access dbs like:
1. Access dbs are bad and should not be used.
2. Access do not handle large dbs well.
So Ive been considering to change to an SQL db for I while, but I really dont know if its nesessary. My Access db is at the moment about 9MB. My questions are:
3. Is it OK to use acces dbs for this kind of solutions?
4. Does Access dbs get to large. If they do? When are they to large? 10MB, 100MB, 1GB. I really dont have any clue.
5. Is converting from an Access to an SQL db hard? Ive worked some with both kinds of dbs, but never tried converting between them. Will I have to do many changes in my solution, or will changing the db connection be it?