Where to create a database without privileges

Asked

Viewed 80 times

0

I created, at work, a "program" in Access because I need a database, and have a graphical environment, everything was running on until the company "remembered" to delete Access from the available package. As I am not a system administrator, I come to ask if there is any alternative to create a program that has a database to use at work, it may even have to be created at home but I have to be able to use it without installing it on the desktop.

  • Tried sql lite?

  • With SQL lite you can create a graphical environment ?

  • No, he’s just the bank.

  • Exactly, I need something like Access, with BD and graphical environment

2 answers

3


Microsoft Excel.

In it you can also create forms, program in VBA and persist in the Access model, using SQL, without dependence on other software. You don’t have Access "Wizards", so it takes more work to get the same results.

Remember that while the app Microsoft Access is a complete solution, the database is actually just a disk file that can be generated or accessed by any other application in any language where the driver is available.

That is: the data that you persisted using Microsoft Access can be read and changed also by Java, Delphi, C#... and even by a VBS script (Excel is just one of the possibilities).

1

If you are interested in making a simple GUI, there are several options: C9.io, nitrous. firebase Heroku

are all online platforms where you can develop something and have access to the database they offer together.

or even google drive and Dropbox.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.