|
-
Jun 28th, 2007, 06:00 AM
#1
Thread Starter
Hyperactive Member
Free Databases
Hi, I was wondering if there are any free database development programs with a gui like access or something...
Thanks...
-
Jun 28th, 2007, 06:43 AM
#2
Addicted Member
Re: Free Databases
You can download SQL Server 2005 Express, along with the Management Studio Express CTP program, that gives you a database and a program that combines the old Enterprise manager and Query Analyser functions.
You can download MySQL for free, I haven't used it in a long time, so am not sure what features it comes with now, but there used to be another program which gave you a Window into the database.
HTH
JP
Please rate the postings 
-
Jun 28th, 2007, 06:50 AM
#3
Thread Starter
Hyperactive Member
Re: Free Databases
Thanks I have SQL server Express edition althaugh I have never used it, I will look at the Management Studio Express CTP program...
Any others?
-
Jun 28th, 2007, 01:45 PM
#4
Hyperactive Member
Re: Free Databases
mysql is good. it also has a mysql .net connector. you can download both from mysql.com
bear
-
Jun 29th, 2007, 04:31 AM
#5
Thread Starter
Hyperactive Member
Re: Free Databases
Does MySQL have a database designer like access where you name a feild and set its datatype from a dropdown list or something equivelant, or do you have to create databases by writing SQL statements...
And if you use it in .net do you have to install anything on the end users computer, MySQL or just drivers?
Does the connecter plug into visual studio so you can create databses there?
Last edited by cptHotkeys; Jun 29th, 2007 at 04:34 AM.
-
Jun 29th, 2007, 06:11 AM
#6
Re: Free Databases
MySQL provides a GUI administration tool, creatively named MySQL Administrator, which is available from their website. The .NET connector must be installed on client machines. I don't know of any plugins for Visual Studio though.
-
Jun 29th, 2007, 06:18 AM
#7
Thread Starter
Hyperactive Member
Re: Free Databases
Thanks all, I think I will use MySQL, I also have all the awnsers to my other questions...
But I have a few more,
For what scale is MySQL good for, what are its shortcommings/strongpoints?
How does it stack up against SQL Server, SQLite, Jade and Oracle etc?
Basically from what Ive learnt, the databases mentioned above are only
competed against by each other, is that right, are there other DB packages that are worth consideration?
-
Jun 29th, 2007, 06:22 AM
#8
Re: Free Databases
Oracle is the big daddy of databases, but it's expensive. As far as I know the free version is just for development and testing, not deployment.
SQL Server is also an excellent DBMS.
Out of the box, MySQL scales pretty well, but not as well as those two. I know Google uses it, but I'm pretty sure they use custom storage engines.
Version 5 has a lot of the features of Oracle and SQL Server, such as stored procedures, triggers, ACID transactions, and a whole bunch of other things that I have never found a use for.
The other well-known open source database server is PostgreSQL; it provides some nice features, but I don't think it performs as well as MySQL.
I know nothing about SQLite or Jade.
-
Jun 29th, 2007, 06:35 AM
#9
Thread Starter
Hyperactive Member
Re: Free Databases
Thanks for the info, I guess the practical option is MySQL...
Jade is an object orriented DBMS, rather than declare tables etc, you declare objects with their propertys methods etc, it also supports inheritance etc.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|