Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 4082  / 3 Years ago, sat, may 8, 2021, 10:07:08

I am looking an open source application. Application should have :



  * database support ( create two or three table )
* GUI ( what I have created should be seen )


Example :



Assume that I have created a table ;

X_table : | A | B | C | D |

After creating table, I am loading data
| A | B | C | D |
| 1 | 11 | b | f | -
| 3 | 12 | a | o | - data
| 4 | 13 | r | o | -

When I am opening application not for loading data, I want see data in graphical
interface.

One day, I want modify existing data. I can just clicking the place then add new
data

Assume I want change 12. I am clicking that position and then writing new data
| A | B | C | D |
| - | -- | - | - | -
| 3 | 19 | a | o | - data
| - | -- | - | - | -


Are there any open source application which have above feature ?



Application can be so simple,



 * no internet connection
* support only one database
* static table creation ( once created never changed )


Application can be run Ubuntu 12.04 and/or Windows.



In other words, I am wanting database viewer and editor.



EDIT:



I should load pdf file, image etc. or give path of the file to the application.



This link can be reference to my question . ( Interface should be like this, just a list )


More From » 12.04

 Answers
6

Libre-office Base sounds like what your after, runs on Windows and Linux, has a GUI, just an alternate to MS Access really.



Edit:



Heres me clicking around adding data straight into the table.
enter image description here


[#37374] Monday, May 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
neasinient

Total Points: 491
Total Questions: 120
Total Answers: 93

Location: The Bahamas
Member since Mon, Aug 2, 2021
3 Years ago
neasinient questions
;