Where to create a database without having privileges

0

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

asked by anonymous 11.04.2016 / 21:12

2 answers

3

Microsoft Excel .

In it you can also create forms, program in VBA and persist in the Access model, using SQL, without reliance on other software. It does not have the "wizards" of Access, so it takes more work to get the same results.

Remember that while the Microsoft Access application 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 also be read and modified by Java, Delphi, C # ... and even by a VBS script (Excel is just one of the possibilities).

    
17.05.2016 / 15:58
1

If you are interested in doing a simple GUI, there are several options: c9ium, nitrous oxide firebase heroku

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

or even google drive and dropbox.

    
11.04.2016 / 21:55