Press Release - IndexCOR announces ezDatabase 2

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
IndexCOR Steffan
Forum Newbie
Posts: 2
Joined: Sun Sep 12, 2004 12:59 pm

Press Release - IndexCOR announces ezDatabase 2

Post by IndexCOR Steffan »

INDEXCOR ANNOUNCES EZDATABASE 2, THE LATEST UPGRADE FOR THE POPULAR ONLINE PHP + MYSQL DATABASE SOFTWARE

Edit patrikG: Please contact a moderator to get rates for commercial advertising.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Just thought I'd let you know, once you are logged in, you still have the ability to login again? which is unitl you click a link...
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

wrong forum. Moved.
User avatar
evilmonkey
Forum Regular
Posts: 823
Joined: Sun Oct 06, 2002 1:24 pm
Location: Toronto, Canada

Post by evilmonkey »

Hello Stefan. Can you please tell me how your software is better that PHPmyADMIN, which is free and open source? PHP developers have relied on this package for a long time, can you give us a reason to switch (and pay for it)?

Regards.
IndexCOR Steffan
Forum Newbie
Posts: 2
Joined: Sun Sep 12, 2004 12:59 pm

Post by IndexCOR Steffan »

evilmonkey,

Thanks for your reply. (and for moving the post to the correct forum)

ezDatabase isn't really a tool for managing existing MySQL databases. Instead, it's a database program that is powered by MySQL. It's intended for webmasters and non-technical users, as well as programmers (whereas I imagine PHPMyAdmin is for programmers only). If you're a programmer and want to save time, it also may be more cost effective to use ezDatabase (and build on top of it if you want) rather than to program an Admin CP for your client with users, permissions, templates, etc; features that come built in with ezDatabase.

If you're interested, you can try the online demo and see how the software works and differs from similar software.

Steffan

(Phenom - we'll look into your report, thanks for the feedback)
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

check out compitition

Post by phpScott »

You might want to check out phpMyAdmin to see what your compitition is as well as many others.
phpMyAdmin has been the mainstay for a long time and is fairly simple to use once setup and even the setup is too taxing.

just a thought.
Still not even convinced to try it let alone buy it
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

For novice users DB interfaces are useful, however I, like many others find using an interface actually slows you down. It is easier to just use SQL text if you know the DB model.

Saying that I have played with a free db modelling application "dbDesigner". This allowed connection to an MySQL DB and changed things for you or allowed you to reverse engineer an existing one and show it graphically. The graphical interface was useful when first designing the system and could easily be updated.
http://www.fabforce.net/dbdesigner4/
d_d
Forum Commoner
Posts: 33
Joined: Wed Jul 07, 2004 4:56 pm
Location: UK

Post by d_d »

It doesn't look to be competing with PHPmyADMIN. It looks more like an easy content management system rather than a database administration tool.
I would guess people here are not your target audience. A lot of people here would be able to write it themselves and for most it's proberly just a matter of just digging into their existing code libaries and a bit of tweaking.
Post Reply