Re: data entry GUI

2006-02-01 Thread Imran Chaudhry
On 2/1/06, THUFIR HAWAT [EMAIL PROTECTED] wrote: 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

RE: data entry GUI

2006-02-01 Thread Ryan Stille
You can also install MyODBC and then hook an Excel spreadsheet into your database. Editing the spreadsheet will update data in your database. This isn't a good solution if you are going to be creating new tables often. But for manipulating data in a known set of tables it's great. -Ryan --

RE: data entry GUI

2006-02-01 Thread mysql
, theory and practice are the same; In practice they are not. On Wed, 1 Feb 2006, Ryan Stille wrote: To: mysql@lists.mysql.com From: Ryan Stille [EMAIL PROTECTED] Subject: RE: data entry GUI You can also install MyODBC and then hook an Excel spreadsheet into your database. Editing