Just as there's MySQL Query Browser for queries and table design, is
there a similar GUI front end for data entry?  I'm not building
anything complex, just a simple database to muck with.  Is it easier
to do data entry on a spreadsheet, then import the spreadsheet?  Seems
a bit silly, but it seems to be either that or

mysql> insert into A (one, two, three) values (1 , 2, 3);

Either option seems a bit much.  Perhaps there's something akin to
Access's form builder?


-Thufir

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to