[KLUG Members] easy DB

Phillip Hofmeister plhofmei at antiochcomputerconsulting.com
Tue Jun 15 20:58:52 EDT 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sat, 12 Jun 2004 at 08:32:36AM -0400, Eric Beversluis wrote:
> I need to set up a fairly simply DB which should, however be relational. Is there anything in Linux with the easy drag-and-drop form creation of Access? I don't want to have to spend time learning a new system  or setting up the forms by writing code.

MySQL.

MySQL is a DBMS ONLY.  It does not do forms.  It only has tables.  You
can define these tables to have relationships.  You can use the OBDC
Drivers for windows to connect to MySQL from MS Access.

Any DBMS in Linux will likely mean you will need to spend time learning
SQL, sorry.  Look at the bright side, SQL is a wonderful skill to have
anyhow.  MySQL has TONS of documentation on their SQL on their site,
mysql.com

HTH,


- -- 
Phillip Hofmeister

PGP/GPG Key:
http://www.zionlth.org/~plhofmei/
wget -O - http://www.zionlth.org/~plhofmei/key.asc | gpg --import
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Key available at http://www.zionlth.org/~plhofmei/key.asc

iD8DBQFAz5tIS3Jybf3L5MQRAlEOAJ4lv3rXlipli7le/LzNI6Dw+vVw4gCeJaC/
11lcfrmYZQhQwTaDWX82G58=
=lf6K
-----END PGP SIGNATURE-----


More information about the Members mailing list