Jump to content

I would like to create a small database of around 4-6 tables. I know MySql and Firebird so i could do it in cmd but that wouldn't make it easy to correct and see them. I'm just wondering if there's a good, FREE program that would help me do it. I thought about using Microsoft's Access but people keep telling me that that is not good enough and there are better, but they usually just advise payable software. 

tl;dr: free app for database creation

Thank you in advance

Link to comment
https://linustechtips.com/topic/516770-database-program/
Share on other sites

Link to post
Share on other sites

snip

 

You want to create a database or an application that uses a database to store and retrieve data?  Additionally do you want something to host on your own computer for yourself or host it on a commercial webserver?

 

If you want a really good and free tool to create database applications, I would recommend Oracle APEX.  It's free and they let you use the Lite version of Oracle DB. Oracle APEX (Applications Express) has many enterprise level features.

 

http://www.oracle.com/technetwork/developer-tools/apex/overview/index-155186.html

https://apex.oracle.com/en/

Guide: DSLR or Video camera?, Guide: Film/Photo makers' useful resources, Guide: Lenses, a quick primer

Nikon D4, Nikon D800E, Fuji X-E2, Canon G16, Gopro Hero 3+, iPhone 5s. Hasselblad 500C/M, Sony PXW-FS7

ICT Consultant, Photographer, Video producer, Scuba diver and underwater explorer, Nature & humanitarian documentary producer

Link to comment
https://linustechtips.com/topic/516770-database-program/#findComment-6870709
Share on other sites

Link to post
Share on other sites

I would like to create a small database of around 4-6 tables. I know MySql and Firebird so i could do it in cmd but that wouldn't make it easy to correct and see them. I'm just wondering if there's a good, FREE program that would help me do it. I thought about using Microsoft's Access but people keep telling me that that is not good enough and there are better, but they usually just advise payable software. 

tl;dr: free app for database creation

Thank you in advance

 

It's been my experience that people who say Access isn't good enough are people who don't know what they are talking about. For something like 4 to 6 tables, if you have access to Access (because it isn't free), then I say go for it and use it. 

Link to comment
https://linustechtips.com/topic/516770-database-program/#findComment-6870730
Share on other sites

Link to post
Share on other sites

I would just like to create a database. it wouldn't be very heavy regarding sources, so i would run it on my PC. it's just for a project i'm doing in school and i don't need it to be professional. using cmd isn't hard, but is time consuming and correcting mistakes would take longer than just too let's say drag and drop a line in box like you do it in Access. 

I'm going to try that Oracle APEX and see how it goes, but if there's some really easy and quick to learn program, let me know  :D

Link to comment
https://linustechtips.com/topic/516770-database-program/#findComment-6870744
Share on other sites

Link to post
Share on other sites

I'm not familiar with this program. Is it easy to use?

It's the Windows GUI for MySQL... more or less like MS Access/LibreOffice Base...

at least, that's how I remember it... (Haven't used it for over a year now...)

You can also try LibreOffice Base if the database that you're planning to build will not be connected to a web-based service (i.e. as part of a website's backend)...

Link to comment
https://linustechtips.com/topic/516770-database-program/#findComment-6870883
Share on other sites

Link to post
Share on other sites

as a matter of fact it will be connected to a website i'll make. And now that i've mentioned, do any of you know a good site or an article of connecting database to a website using php (or any other method)? i'd be grateful if you knew.

W3Schools...

I suggest getting the entire XAMPP package if you're going to dev a website...

Link to comment
https://linustechtips.com/topic/516770-database-program/#findComment-6873724
Share on other sites

Link to post
Share on other sites

It's been my experience that people who say Access isn't good enough are people who don't know what they are talking about. For something like 4 to 6 tables, if you have access to Access (because it isn't free), then I say go for it and use it. 

LOL. It's been my experience that people who say that have absolutely no grasp of the problem domain. All you know is 4 to 6 tables. Our database has 6 tables, but will be using Apache Cassandra (as used by Netflix/Apple) as the RDBMS that we are using just cannot handle the load.

 

The the RDBMS based system we use currently is created with Hibernate/Java to create the classes and then the build (Maven) can create all the SQL statements and even connect to an existing database and update it. Good for unit tests. The same would be with NHibernate.

 

You can be up and running in Hibernate within a day.

Link to comment
https://linustechtips.com/topic/516770-database-program/#findComment-6881749
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×