What is database software and why does looking for info about it keep giving me info on creating mobile apps?

319 views

What is database software and why does looking for info about it keep giving me info on creating mobile apps?

I need something will help me create an inventory of rental gear with status, time for service, replacement cost, original vendor, current vendor, etc

So I think I need database software

But when I go look for it, every video explaining DB software seems to talk about using it to create mobile apps

Also wiki software and iA Writer seem to get recommendations which means I maybe don’t want database software but rather something else?

Hjalp!

In: 0

6 Answers

Anonymous 0 Comments

The reason why you’re getting these results is because DBs are not really made to be used by the end-users. They’re used as a tool for structured data storage when software developers are developing systems.

Generally, you have a user interface (e.g. mobile or web app) which communicates with a server that then stores the data in the database. Apps can have their local databases too but it would be a big no-no in this case – what if your phone dies and all local data you’ve entered is gone?

Which industry are you in?

My advice would be to develop a custom solution which will then grow with your business. It shouldn’t be too expensive in the beginning and it can grow little by little. Already existing inventory management systems might be too cubersome for smaller businesses.

One other solution which might be for you if you’re handy is “Microsoft PowerApps”, I think that actually might be what you’re looking for but it will come with some learning curve and time investment. Edit: And I’ve also heard it’s quite expensive for what it is.

You are viewing 1 out of 6 answers, click here to view all answers.