Gossamer Forum
Home : General : Databases and SQL :

database frontend software needed

Quote Reply
database frontend software needed
now that i've been working for awhile trying to convert dbman to dbman sql, i have discovered that GT no longer supports/develops either one. so i don't know that i want to spend any more time with either app.

i'm looking for a frontend program that will interface with mysql database and already has basic built-in functions, such as adding, modifying, deleting records, viewing records, managing users and authentication privileges, etc.

any suggestions?
Quote Reply
Re: [delicia] database frontend software needed In reply to
I still use LSQL as the base for all my data. If you know how you can use the basic functions for a lot of other tables also.

But most of times and also for the basic functions i dont use LSQL anymore, because it is really easy to build your own frontend in php. I use LSQL only to build pages, because i like to have static pages with dynamic content if needed (with php) .

If you dont need really big stories around your data, just open the DB, take your data, write your data, show your data. Thats all.