[PHP-WIN] QDBM on Windows

2009-04-06 Thread Harold Fuchs
I'm running Win XP Pro/SP3, Apache 2.2.11 and PHP 5.2.9.1. I have a database built by a Perl program using its "dbm" database system that binds a file to an associative array. I have discovered via Google etc. that there's a PHP extension that can read/write this type of database. It is called

[PHP-WIN] Re: QDBM on Windows

2009-04-06 Thread Harold Fuchs
""Harold Fuchs"" wrote in message news:0a.05.02528.725b9...@pb1.pair.com... > I'm running Win XP Pro/SP3, Apache 2.2.11 and PHP 5.2.9.1. > > I have a database built by a Perl program using its "dbm" database system > that binds a file to an associative array. > > I have discovered via Google etc

[PHP-WIN] Does a spreadsheet-like front end exist for MySQL?

2009-04-06 Thread Bill Mudry
I use phpmyadmin a lot. It lacks one feature that I wish existed. You can edit only one record at a time, and when you are editing a lot of data manually, the amount of time it takes to open up each record and the time for so many saves can add up noticeably. I remember using a front end for My

RE: [PHP-WIN] Does a spreadsheet-like front end exist for MySQL?

2009-04-06 Thread Arno Kuhl
-Original Message- From: Bill Mudry [mailto:billmu...@rogers.com] Sent: 06 April 2009 04:02 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Does a spreadsheet-like front end exist for MySQL? I use phpmyadmin a lot. It lacks one feature that I wish existed. You can edit only one record

Re: [PHP-WIN] Does a spreadsheet-like front end exist for MySQL?

2009-04-06 Thread Niel Archer
> I use phpmyadmin a lot. It lacks one feature that I wish existed. You > can edit only > one record at a time, and when you are editing a lot of data > manually, the amount > of time it takes to open up each record and the time for so many saves can add > up noticeably. > > I remember using a f

Re: [PHP-WIN] Does a spreadsheet-like front end exist for MySQL?

2009-04-06 Thread TG
If you don't need a web version, NaviCat for Windows works great. Also, WinSQL Lite has worked well for me in the past too. Other people have recommended some things that sound promising as well, but I haven't seen any web-based system that's too spreadsheet-like. But that would be a cool

Re: [PHP-WIN] Does a spreadsheet-like front end exist for MySQL?

2009-04-06 Thread Piotr Pluciennik
Hi, maybe this tools can help: MySQL Administrator MySQL Query Browser MySQL Migration Toolkit All are available on mysql site, try http://dev.mysql.com/downloads/gui-tools/5.0.html HTH Piotr --- On Mon, 4/6/09, Bill Mudry wrote: From: Bill Mudry Subject: [PHP-WIN] Does a spreadsheet-like

RE: [PHP-WIN] Does a spreadsheet-like front end exist for MySQL?

2009-04-06 Thread Bill Mudry
Thanks Arno :-). I found the home site at: http://www.mysqlfront.de/ I downloaded it and installed the program. From the time I could spend now, it certainly seems just like what I was looking for. As requested, it actually does work in spreadsheet fashion. It also seems to have a number

Re: [PHP-WIN] Re: QDBM on Windows

2009-04-06 Thread Niel Archer
> ""Harold Fuchs"" wrote in message > news:0a.05.02528.725b9...@pb1.pair.com... > > I'm running Win XP Pro/SP3, Apache 2.2.11 and PHP 5.2.9.1. > > > > I have a database built by a Perl program using its "dbm" database system > > that binds a file to an associative array. > > > > I have discovere

Re: [PHP-WIN] Re: QDBM on Windows

2009-04-06 Thread Harold Fuchs
Niel Archer" wrote in message news:20090406181229.b854.a5cb2...@chance.now... > ""Harold Fuchs"" wrote in message > news:0a.05.02528.725b9...@pb1.pair.com... > > I'm running Win XP Pro/SP3, Apache 2.2.11 and PHP 5.2.9.1. > > > > I have a database built by a Perl program using its "dbm" data