Pros and cons of using an Excel file as a database -


i'm looking detailed answers question : pros , cons of using excel file database ?

one of pros seems users familiar excel , can work tables without needing know databases. there many reasons not use excel database. - though can validation in excel no match database program.
- when importing data excel file to, instance, sql database run problems because of misinterpretation of valuetypes
- when importing dates interpretation may fail
- strings 000234 read numbers , end 234
- stated before sharing of database limited
- 1 of main concerns using excel database fact single file can copied various locations may cause end several versions of different data


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -